Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Commands > API/Runtime/Slate/Framework/Commands/Contexts
Inheritance Hierarchy
- IUIActionContextBase
- FUIIdentifierContext
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Commands/Contexts/UIIdentifierContext.h |
| Include | #include "Framework/Commands/Contexts/UIIdentifierContext.h" |
Syntax
struct FUIIdentifierContext : public IUIActionContextBase
Remarks
Context for generating identifiers such as icons, labels, and descriptions from a FUICommandInfo
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnGetContextText | OnGetContextabel | Holds a delegate that is executed to generate context label. | |
| FOnGetContextText | OnGetContextDescription | Holds a delegate that is executed to generate context description. | |
| FOnGetContextIcon | OnGetContextIcon | Holds a delegate that is executed to generate context icon. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from IUIActionContextBase
| Type | Name | Description | |
|---|---|---|---|
| FName |
Constants
| Name | Description |
|---|---|
| ContextName |