Navigation
API > API/Plugins > API/Plugins/MoverExamples > API/Plugins/MoverExamples/CharacterVariants
Inheritance Hierarchy
- FMoverDataStructBase
- FMoverExampleAbilityInputs
References
| Module | MoverExamples |
| Header | /Engine/Plugins/Experimental/MoverExamples/Source/MoverExamples/Public/CharacterVariants/AbilityInputs.h |
| Include | #include "CharacterVariants/AbilityInputs.h" |
Syntax
USTRUCT (BlueprintType )
struct FMoverExampleAbilityInputs : public FMoverDataStructBase
Remarks
Data block containing extended ability inputs used by MoverExamples characters.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsAimPressed | ||
| bool | bIsDashJustPressed | ||
| bool | bIsVaultJustPressed | ||
| bool | bWantsToBeCrouched | ||
| bool | bWantsToStartZiplining |
Overridden from FMoverDataStructBase
| Type | Name | Description | |
|---|---|---|---|
| void | AddReferencedObjects
(
FReferenceCollector& Collector |
If derived classes hold any object references, override this function and add them to the collector. | |
| FMoverDataStructBase * | Clone () |
Return newly allocated copy of this FMoverDataStructBase. | |
| UScriptStruct * | Gets the type info of this FMoverDataStructBase. | ||
| bool | NetSerialize
(
FArchive& Ar, |
||
| void | ToString
(
FAnsiStringBuilderBase& Out |
Get string representation of this struct instance |