Navigation
API > API/Plugins > API/Plugins/Mover
| Name | FMoverGameplayTagChangeEventData |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverSimulationTypes.h |
| Include Path | #include "MoverSimulationTypes.h" |
Syntax
USTRUCT ()
struct FMoverGameplayTagChangeEventData : public FMoverSimulationEventData
Inheritance Hierarchy
- FMoverSimulationEventData → FMoverGameplayTagChangeEventData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MoverSimulationTypes.h | |||
FMoverGameplayTagChangeEventData
(
const FMoverTimeStep& InEventTime, |
MoverSimulationTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsExternalTag | bool | Was this event triggered by an externally-added tag (via AddGameplayTag/RemoveGameplayTag), rather than from within the simulation? | MoverSimulationTypes.h |
|
| bWasAdded | bool | MoverSimulationTypes.h |
|
|
| Tag | FGameplayTag | MoverSimulationTypes.h |
|
Functions
Public
Public Virtual
Overridden from FMoverSimulationEventData
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UScriptStruct * GetScriptStruct() |
User must override. | MoverSimulationTypes.h | |
virtual bool IsEqual
(
const FMoverSimulationEventData& Other, |
MoverSimulationTypes.h |