How to get all actors by class? #131
Answered
by
nxrighthere
hefujie1988
asked this question in
Help
-
Beta Was this translation helpful? Give feedback.
Answered by
nxrighthere
May 10, 2021
Replies: 1 comment 1 reply
-
You can iterate over actors in the world using |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
nxrighthere
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can iterate over actors in the world using
World.ForEachActor<T>()
.