SVirtualJoystick::ShouldDisplayTouchInterface

Static function to return if external users should create/activate/etc a touch interface Note that this function is also used internally, so even if this returns false but an [SVirtualJoystick](API\Runtime\Slate\Widgets\Input\SVirtualJoystick) is created, it won't actually show any controls

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Input/SVirtualJoystick.h

Include

#include "Widgets/Input/SVirtualJoystick.h"

Source

/Engine/Source/Runtime/Slate/Private/Widgets/Input/SVirtualJoystick.cpp

Syntax

static bool ShouldDisplayTouchInterface()

Remarks

Static function to return if external users should create/activate/etc a touch interface Note that this function is also used internally, so even if this returns false but an SVirtualJoystick is created, it won't actually show any controls

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss