Navigation
API > API/Plugins > API/Plugins/CommonUI
Exposes a bindable event that can be used to stomp default border navigation with custom behaviors.
| |
|
| Name |
UCommonCustomNavigation |
| Type |
class |
| Header File |
/Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonCustomNavigation.h |
| Include Path |
#include "CommonCustomNavigation.h" |
Syntax
UCLASS (MinimalAPI, Config=CommonUI, defaultconfig, ClassGroup=UI,
Meta=(Category="Common UI", DisplayName="Common Custom Navigation"))
class UCommonCustomNavigation : public UBorder
Inheritance Hierarchy
Implements Interfaces
Constructors
Classes
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| OnNavigationEvent |
FOnCustomNavigationEvent |
Return true if the Navigation has been handled |
CommonCustomNavigation.h |
- EditAnywhere
- Category=Events
- Meta=(IsBindableEvent="True")
|
Functions
Public
Protected