Navigation
API > API/Runtime > API/Runtime/Slate
Context for generating identifiers such as icons, labels, and descriptions from a FUICommandInfo
| |
|
| Name |
FUIIdentifierContext |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Slate/Public/Framework/Commands/Contexts/UIIdentifierContext.h |
| Include Path |
#include "Framework/Commands/Contexts/UIIdentifierContext.h" |
Syntax
struct FUIIdentifierContext : public IUIActionContextBase
Implements Interfaces
Destructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual ~FUIIdentifierContext()
|
|
Framework/Commands/Contexts/UIIdentifierContext.h |
|
Constants
| Name |
Type |
Remarks |
Include Path |
| ContextName |
const FName |
|
Framework/Commands/Contexts/UIIdentifierContext.h |
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| OnGetContextabel |
FOnGetContextText |
Holds a delegate that is executed to generate context label. |
Framework/Commands/Contexts/UIIdentifierContext.h |
|
| OnGetContextDescription |
FOnGetContextText |
Holds a delegate that is executed to generate context description. |
Framework/Commands/Contexts/UIIdentifierContext.h |
|
| OnGetContextIcon |
FOnGetContextIcon |
Holds a delegate that is executed to generate context icon. |
Framework/Commands/Contexts/UIIdentifierContext.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual FName GetContextName()
|
|
Framework/Commands/Contexts/UIIdentifierContext.h |
|