UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FUIActionContext Struct Reference

#include <UIAction.h>

Public Member Functions

SLATE_API TSharedPtr< IUIActionContextBaseFindContext (const FName InName) const
 
SLATE_API void AddContext (const TSharedPtr< IUIActionContextBase > &InContext)
 

Detailed Description

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.

Member Function Documentation

◆ AddContext()

void FUIActionContext::AddContext ( const TSharedPtr< IUIActionContextBase > &  InContext)

◆ FindContext()

TSharedPtr< IUIActionContextBase > FUIActionContext::FindContext ( const FName  InName) const

The documentation for this struct was generated from the following files: