Unreal Engine Blueprint API Reference > Gameplay Tags
Get an array of all actors of a specific class (or subclass of that class) which match the specified gameplay tag query.
Target is Blueprint Gameplay Tag Library
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
class | Actor Class | Class of actors to fetch |
struct | Gameplay Tag Query | Query to match against |
Outputs
Type | Name | Description |
---|---|---|
exec | Out | |
object | Out Actors |