Navigation
API > API/Runtime > API/Runtime/Slate
Context for generating content from a FUICommandInfo
| Name | FUIContentContext |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Commands/Contexts/UIContentContext.h |
| Include Path | #include "Framework/Commands/Contexts/UIContentContext.h" |
Syntax
struct FUIContentContext : public IUIActionContextBase
Implements Interfaces
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FUIContentContext() |
Framework/Commands/Contexts/UIContentContext.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ContextName | const FName | Framework/Commands/Contexts/UIContentContext.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnGetContent | FOnGetContent | Holds a delegate that is executed to generate menu actions from the stack. | Framework/Commands/Contexts/UIContentContext.h |
Functions
Public
Overridden from IUIActionContextBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetContextName() |
Framework/Commands/Contexts/UIContentContext.h |