Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/GameplayEffectTypes.h |
Include |
#include "GameplayEffectTypes.h" |
USTRUCT()
struct FGameplayTagBlueprintPropertyMapping
Struct used to update a blueprint property with a gameplay tag count. The property is automatically updated as the gameplay tag count changes. It only supports boolean, integer, and float properties.
Name | Description | ||
---|---|---|---|
|
DelegateHandle |
Handle to delegate bound on the ability system component. |
|
|
PropertyGuid |
Guid of property being edited. |
|
|
PropertyName |
Name of property being edited. |
|
|
TFieldPath< FPr... |
PropertyToEdit |
Property to update with the gameplay tag count. |
|
TagToMap |
Gameplay tag being counted. |
Name | Description | |
---|---|---|
|
FGameplayTagBlueprintPropertyMapping() |
|
|
FGameplayTagBlueprintPropertyMapping ( |