FXRSimulationKeys
struct FXRSimulationKeys;
Public Attributes
Name | |
---|---|
const FKey | LeftSelect |
const FKey | RightSelect |
const FKey | RightGrip |
const FKey | LeftGrip |
Public Attributes Documentation
variable LeftSelect
const FKey FXRSimulationKeys::LeftSelect
static const FKey LeftSelect = FKey("XRSimulation_Left_Select");
variable RightSelect
const FKey FXRSimulationKeys::RightSelect
static const FKey RightSelect = FKey("XRSimulation_Right_Select");
variable RightGrip
const FKey FXRSimulationKeys::RightGrip
static const FKey RightGrip = FKey("XRSimulation_Right_Grip");
variable LeftGrip
const FKey FXRSimulationKeys::LeftGrip
static const FKey LeftGrip = FKey("XRSimulation_Left_Grip");
Updated on 19 August 2021 at 17:42:52 Coordinated Universal Time