Navigation
API > API/Plugins > API/Plugins/CommonUI
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UVisual
- UWidget
- UPanelWidget
- UContentWidget
- UBorder
- UCommonBorder
- UDEPRECATED_UCommonVisibilityWidgetBase
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonVisibilityWidgetBase.h |
| Include | #include "CommonVisibilityWidgetBase.h" |
Syntax
UCLASS&40;Deprecated&41;
class UDEPRECATED_UCommonVisibilityWidgetBase : public UCommonBorder
Remarks
A container that controls visibility based on Input type and Platform
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bShowForGamepad | ||
| bool | bShowForMouseAndKeyboard | ||
| bool | bShowForTouch | ||
| ESlateVisibility | HiddenType | ||
| TMap< FName, bool > | VisibilityControls | ||
| ESlateVisibility | VisibleType |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UDEPRECATED_UCommonVisibilityWidgetBase
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TArray< FName > & | |||
| void | HandleInputMethodChanged
(
ECommonInputType input |
||
| void | ListenToInputMethodChanged
(
bool bListen |
||
| void |
Overridden from UWidget
| Type | Name | Description | |
|---|---|---|---|
| void | Begin UWidget. |