Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface > API/Runtime/LiveLinkInterface/Roles
Inheritance Hierarchy
- FLiveLinkBaseFrameData
- FLiveLinkGamepadInputDeviceFrameData
References
| Module | LiveLinkInterface |
| Header | /Engine/Source/Runtime/LiveLinkInterface/Public/Roles/LiveLinkInputDeviceTypes.h |
| Include | #include "Roles/LiveLinkInputDeviceTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FLiveLinkGamepadInputDeviceFrameData : public FLiveLinkBaseFrameData
Remarks
Struct for dynamic (per-frame) Gampead Input Device data
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | DPadDown | ||
| float | DPadLeft | ||
| float | DPadRight | ||
| float | DPadUp | ||
| float | FaceButtonBottom | ||
| float | FaceButtonLeft | ||
| float | FaceButtonRight | ||
| float | FaceButtonTop | ||
| float | LeftAnalogX | ||
| float | LeftAnalogY | ||
| float | LeftShoulder | ||
| float | LeftStickDown | ||
| float | LeftStickLeft | ||
| float | LeftStickRight | ||
| float | LeftStickUp | ||
| float | LeftThumb | ||
| float | LeftTriggerAnalog | ||
| float | LeftTriggerThreshold | ||
| float | RightAnalogX | ||
| float | RightAnalogY | ||
| float | RightShoulder | ||
| float | RightStickDown | ||
| float | RightStickLeft | ||
| float | RightStickRight | ||
| float | RightStickUp | ||
| float | RightThumb | ||
| float | RightTriggerAnalog | ||
| float | RightTriggerThreshold | ||
| float | SpecialLeft | ||
| float | SpecialLeft_X | ||
| float | SpecialLeft_Y | ||
| float | SpecialRight |