![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <UIAction.h>
Public Member Functions | |
| SLATE_API TSharedPtr< IUIActionContextBase > | FindContext (const FName InName) const |
| SLATE_API void | AddContext (const TSharedPtr< IUIActionContextBase > &InContext) |
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.
| void FUIActionContext::AddContext | ( | const TSharedPtr< IUIActionContextBase > & | InContext | ) |
| TSharedPtr< IUIActionContextBase > FUIActionContext::FindContext | ( | const FName | InName | ) | const |