FGameplayTagBlueprintPropertyMapping

Struct used to update a blueprint property with a gameplay tag count.

Windows
MacOS
Linux

References

Module

GameplayAbilities

Header

/Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/GameplayEffectTypes.h

Include

#include "GameplayEffectTypes.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)()
struct FGameplayTagBlueprintPropertyMapping

Remarks

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.

Variables

Name Description

Public variable

FDelegateHandle

 

DelegateHandle

Handle to delegate bound on the ability system component.

Public variable UProperty Category visibleanywhere

FGuid

 

PropertyGuid

Guid of property being edited.

Public variable UProperty Category visibleanywhere

FName

 

PropertyName

Name of property being edited.

Public variable UProperty Category visibleanywhere

TFieldPath< FPr...

 

PropertyToEdit

Property to update with the gameplay tag count.

Public variable UProperty Category, EditAnywhere

FGameplayTag

 

TagToMap

Gameplay tag being counted.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss