UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FTouchInputControl Member List

This is the complete list of members for FTouchInputControl, including all inherited members.

bTreatAsButtonFTouchInputControl
FTouchInputControl()FTouchInputControlinline
Image1FTouchInputControl
Image2FTouchInputControl
InputScaleFTouchInputControl
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 CenterFTouchInputControl
UPROPERTY(EditAnywhere, Category="Control", meta=(ToolTip="The size of the control (if <= 1.0, it's relative to screen, > 1.0 is absolute)")) FVector2D VisualSizeFTouchInputControl
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 ThumbSizeFTouchInputControl
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 InteractionSizeFTouchInputControl
UPROPERTY(EditAnywhere, Category="Control", meta=(ToolTip="The main input to send from this control (for sticks, this is the horizontal axis)")) FKey MainInputKeyFTouchInputControl
UPROPERTY(EditAnywhere, Category="Control", meta=(ToolTip="The alternate input to send from this control (for sticks, this is the vertical axis)")) FKey AltInputKeyFTouchInputControl