Navigation
API > API/Plugins > API/Plugins/CommonUI
Inheritance Hierarchy
- UBorder
- UCommonCustomNavigation
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonCustomNavigation.h |
| Include | #include "CommonCustomNavigation.h" |
Syntax
UCLASS (Config=CommonUI, defaultconfig, ClassGroup=UI,
Meta=(Category="Common UI", DisplayName="Common Custom Navigation"))
class UCommonCustomNavigation : public UBorder
Remarks
Exposes a bindable event that can be used to stomp default border navigation with custom behaviors.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnCustomNavigationEvent | OnNavigationEvent | Return true if the Navigation has been handled |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UCommonCustomNavigation
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FText | |||
| bool | OnNavigation
(
EUINavigation NavigationType |
||
| TSharedRef< SWidget > |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FOnCustomNavigationEvent |