FSetByCallerFloat

Struct for holding SetBytCaller data

Windows
MacOS
Linux

References

Module

GameplayAbilities

Header

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

Include

#include "GameplayEffect.h"

Syntax

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

Remarks

Struct for holding SetBytCaller data

Variables

Name Description

Public variable UProperty Category visibledefaultsonly

FName

 

DataName

The Name the caller (code or blueprint) will use to set this magnitude by.

Public variable UProperty Category, EditDefaultsOnly, Meta

FGameplayTag

 

DataTag

Constructors

Name Description

Public function

FSetByCallerFloat()

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const FSetByCallerFloat& Other
)

Public function Const

bool

 

operator==

(
    const FSetByCallerFloat& Other
)

Equality/Inequality operators

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