Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Public/CommonCustomNavigation.h |
Include |
#include "CommonCustomNavigation.h" |
UCLASS(Config=CommonUI, defaultconfig, ClassGroup=UI,
Meta=(Category="Common UI", DisplayName="Common Custom Navigation"))
class UCommonCustomNavigation : public UBorder
Exposes a bindable event that can be used to stomp default border navigation with custom behaviors.
Name | Description | ||
---|---|---|---|
|
OnNavigationEvent |
Return true if the Navigation has been handled |
Name | Description | |
---|---|---|
|
UCommonCustomNavigation ( |
Name | Description | ||
---|---|---|---|
|
OnNavigation ( |
Name | Description | ||
---|---|---|---|
|
const FText |
GetPaletteCategory() |
Gets the palette category of the widget |
|
TSharedRef< ... |
RebuildWidget() |
Function implemented by all subclasses of UWidget is called when the underlying SWidget needs to be constructed. |
Name |
Description |
|
---|---|---|
|
FOnCustomNavigationEvent |