![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
This is the complete list of members for FTouchInputControl, including all inherited members.
| bTreatAsButton | FTouchInputControl | |
| FTouchInputControl() | FTouchInputControl | inline |
| Image1 | FTouchInputControl | |
| Image2 | FTouchInputControl | |
| InputScale | FTouchInputControl | |
| UPROPERTY(EditAnywhere, Category="Control", meta=(ToolTip="The initial center point of the control. If Time Until Reset is < 0, control resets back to here.\nUse negative numbers to invert positioning from top to bottom, left to right. (if <= 1.0, it's relative to screen, > 1.0 is absolute)")) FVector2D Center | FTouchInputControl | |
| UPROPERTY(EditAnywhere, Category="Control", meta=(ToolTip="The size of the control (if <= 1.0, it's relative to screen, > 1.0 is absolute)")) FVector2D VisualSize | FTouchInputControl | |
| UPROPERTY(EditAnywhere, Category="Control", meta=(ToolTip="For sticks, the size of the thumb (if <= 1.0, it's relative to screen, > 1.0 is absolute)")) FVector2D ThumbSize | FTouchInputControl | |
| UPROPERTY(EditAnywhere, Category="Control", meta=(ToolTip="The interactive size of the control. Measured outward from Center. (if <= 1.0, it's relative to screen, > 1.0 is absolute)")) FVector2D InteractionSize | FTouchInputControl | |
| UPROPERTY(EditAnywhere, Category="Control", meta=(ToolTip="The main input to send from this control (for sticks, this is the horizontal axis)")) FKey MainInputKey | FTouchInputControl | |
| UPROPERTY(EditAnywhere, Category="Control", meta=(ToolTip="The alternate input to send from this control (for sticks, this is the vertical axis)")) FKey AltInputKey | FTouchInputControl |