Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Public/CommonVisibilityWidgetBase.h |
Include |
#include "CommonVisibilityWidgetBase.h" |
UCLASS(Deprecated)
class UDEPRECATED_UCommonVisibilityWidgetBase : public UCommonBorder
A container that controls visibility based on Input type and Platform
Name | Description | ||
---|---|---|---|
|
bShowForGamepad |
||
|
bShowForMouseAndKeyboard |
||
|
bShowForTouch |
||
|
HiddenType |
||
|
VisibilityControls |
||
|
VisibleType |
Name | Description | |
---|---|---|
|
UDEPRECATED_UCommonVisibilityWidgetBase ( |
Name | Description | ||
---|---|---|---|
|
const TArray... |
GetRegisteredPlatforms() |
|
|
HandleInputMethodChanged ( |
||
|
ListenToInputMethodChanged ( |
||
|
UpdateVisibility() |
Name | Description | ||
---|---|---|---|
|
OnWidgetRebuilt() |
Begin UWidget. |