![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <UIIdentifierContext.h>
Inheritance diagram for FUIIdentifierContext:Public Member Functions | |
| virtual | ~FUIIdentifierContext () |
| virtual FName | GetContextName () const override |
Public Attributes | |
| FOnGetContextIcon | OnGetContextIcon |
| FOnGetContextText | OnGetContextabel |
| FOnGetContextText | OnGetContextDescription |
Static Public Attributes | |
| static const FName | ContextName = FName("IdentifierContext") |
Context for generating identifiers such as icons, labels, and descriptions from a FUICommandInfo
|
inlinevirtual |
Implements IUIActionContextBase.
| FOnGetContextText FUIIdentifierContext::OnGetContextabel |
Holds a delegate that is executed to generate context label.
| FOnGetContextText FUIIdentifierContext::OnGetContextDescription |
Holds a delegate that is executed to generate context description.
| FOnGetContextIcon FUIIdentifierContext::OnGetContextIcon |
Holds a delegate that is executed to generate context icon.