Click here to return to table of contents.
Dialogue Tree: FOnGameplayTagsChanged
Extends: Dynamic Multicast Delegate
Delegate used to let others know when behavior flags change.
Contents
1. Delegate Parameters
The following paramters must be included on any function subscribing to the delegate.
In Tags
- Type: FGameplayTagContainer
- Description: New tags associated with the speaker component’s current speech. Can be empty.
- Note: As noted elsewhere, GameplayTags and GameplayTagContainers may not be familiar to all users. They are, however, extremely flexible, easy to learn, and useful in a broad range of circumstances.