Navigation
Unreal Engine Blueprint API Reference > Actor
Find all Actors in the world with the specified tag. 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 | |
name | Tag | Tag 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 tag. |