Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Commands
References
Module | Slate |
Header | /Engine/Source/Runtime/Slate/Public/Framework/Commands/UIAction.h |
Include | #include "Framework/Commands/UIAction.h" |
Syntax
struct FUIActionContext
Remarks
Container of multiple 'IUIActionContextBase' context objects for FUIActions. Use if you need or want to associate a FUICommandInfo with additional data.
Ex: An FOnGetContent delegate that can be called to generate a widget.
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | AddContext
(
const TSharedPtr< IUIActionContextBase >& InContext |
|
![]() ![]() |
TSharedPtr< IUIActionContextBase > | FindContext
(
const FName InName |