Unreal Engine Blueprint API Reference > Actor
Find all Actors in the world of the specified class. This is a slow operation, use with caution e.g. do not use every frame.
Target is Gameplay Statics
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
class | Actor Class | Class of Actor to find. Must be specified or result array will be empty. |
Outputs
Type | Name | Description |
---|---|---|
exec | Out | |
object | Out Actors | Output array of Actors of the specified class. |