Find First Actor With Tag
CallableFindFirstActorWithTagReturns the first actor in the world with the given tag, or null if none found.
Type: Callable (has execution pins)
Category: Fortuna|Gameplay Utilities
Keywords: gameplay utilities
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| Tag | Name | — | Tag parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| OutActor | Actor | OutActor output |
| Return Value | Boolean | Return Value output |
Example Use Cases
Example 1
Find the first actor tagged "Checkpoint" to resume play.