Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Movie Graph Actor Query Entry' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Movie Graph Actor Query Entry |
Outputs
| Type | Name | Description |
|---|---|---|
| softobject | Actor To Match | The query must match this actor in order to be a match. If these are editor actors, they will be converted to PIE actors automatically.If there are any ComponentsToMatch, they must be part of this actor. |
| softobject | Components To Match | The query must match these components in order to be a match. These must be contained within ActorToMatch. |