Get Actor Tags As Strings
PureGetActorTagsAsStringsReturns an actor's FName tags converted to a string array.
Type: Pure (no side effects)
Category: Fortuna|Gameplay Utilities
Keywords: gameplay utilities
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| Actor | Actor | — | Actor parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| Return Value | String Array | Return Value output |
Example Use Cases
Example 1
Display actor tags in a debug UI or filter by tag name substring.