v1.2.26 |
Documentation for the Unreal C++ Plugin
|
Structure representing axis key data for different platforms. More...
#include <PixoVRInputAdapter.h>
Public Member Functions | |
GENERATED_BODY () | |
Public Attributes | |
TArray< FInputAxisKeyMapping > | InputKeys |
UPROPERTY(EditAnywhere, BlueprintReadWrite) | |
EPlatform | Platform |
UPROPERTY(EditAnywhere, BlueprintReadWrite) | |
Structure representing axis key data for different platforms.
USTRUCT(BlueprintType)
Definition at line 36 of file PixoVRInputAdapter.h.
FAxisKeyData::GENERATED_BODY | ( | ) |
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite)
The input keys associated with the axis key data.
Definition at line 51 of file PixoVRInputAdapter.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite)
The platform associated with the axis key data.
Definition at line 45 of file PixoVRInputAdapter.h.