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