UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FMultiBoxTestCommandList Class Reference
+ Inheritance diagram for FMultiBoxTestCommandList:

Public Member Functions

 FMultiBoxTestCommandList ()
 
void RegisterCommands ()
 
- Public Member Functions inherited from FBindingContext
 FBindingContext (const FName InContextName, const FText &InContextDesc, const FName InContextParent, const FName InStyleSetName)
 
 FBindingContext (const FBindingContext &)=default
 
 FBindingContext (FBindingContext &&)=default
 
FBindingContextoperator= (const FBindingContext &)=default
 
FBindingContextoperator= (FBindingContext &&)=default
 
SLATE_API FUICommandInfoDecl NewCommand (const FName InCommandName, const FText &InCommandLabel, const FText &InCommandDesc)
 
FName GetContextName () const
 
FName GetContextParent () const
 
FName GetStyleSetName () const
 
const FTextGetContextDesc () const
 
SLATE_API void AddBundle (const FName Name, const FText &Desc)
 
SLATE_API const FTextGetBundleLabel (const FName Name)
 
bool operator== (const FBindingContext &Other) const
 
- Public Member Functions inherited from TSharedFromThis< FBindingContext >
TSharedRef< FBindingContext, Mode > AsShared ()
 
TSharedRef< FBindingContext const, Mode > AsShared () const
 
TSharedRef< SubobjectType, Mode > AsSharedSubobject (SubobjectType *SubobjectPtr) const
 
TWeakPtr< FBindingContext, Mode > AsWeak ()
 
TWeakPtr< FBindingContext const, Mode > AsWeak () const
 
TWeakPtr< SubobjectType, Mode > AsWeakSubobject (SubobjectType *SubobjectPtr) const
 
void UpdateWeakReferenceInternal (TSharedPtr< SharedPtrType, SharedPtrMode > const *InSharedPtr, OtherType *InObject) const
 
void UpdateWeakReferenceInternal (TSharedRef< SharedRefType, SharedPtrMode > const *InSharedRef, OtherType *InObject) const
 
UE_FORCEINLINE_HINT bool DoesSharedInstanceExist () const
 

Public Attributes

TSharedPtr< FUICommandInfoFirstCommandInfo
 
TSharedPtr< FUICommandInfoSecondCommandInfo
 
TSharedPtr< FUICommandInfoThirdCommandInfo
 
TSharedPtr< FUICommandInfoFourthCommandInfo
 
TSharedPtr< FUICommandInfoFifthCommandInfo
 
TSharedPtr< FUICommandInfoSixthCommandInfo
 
TSharedPtr< FUICommandInfoSeventhCommandInfo
 
TSharedPtr< FUICommandInfoEighthCommandInfo
 

Additional Inherited Members

- Static Public Member Functions inherited from TCommands< FMultiBoxTestCommandList >
static void Register ()
 
static bool IsRegistered ()
 
static FMultiBoxTestCommandListGet ()
 
static void Unregister ()
 
static const FBindingContextGetContext ()
 
- Static Public Attributes inherited from FBindingContext
static SLATE_API FOnBindingContextChanged CommandsChanged
 
- Protected Member Functions inherited from TCommands< FMultiBoxTestCommandList >
 TCommands (const FName InContextName, const FText &InContextDesc, const FName InContextParent, const FName InStyleSetName)
 
virtual ~TCommands ()
 
- Protected Member Functions inherited from TSharedFromThis< FBindingContext >
 TSharedFromThis ()
 
 TSharedFromThis (TSharedFromThis const &)
 
UE_FORCEINLINE_HINT TSharedFromThisoperator= (TSharedFromThis const &)
 
 ~TSharedFromThis ()
 
- Static Protected Member Functions inherited from TCommands< FMultiBoxTestCommandList >
static TWeakPtr< FMultiBoxTestCommandList > & GetInstance ()
 
- Static Protected Member Functions inherited from TSharedFromThis< FBindingContext >
static UE_FORCEINLINE_HINT TSharedRef< OtherType, Mode > SharedThis (OtherType *ThisPtr)
 
static UE_FORCEINLINE_HINT TSharedRef< OtherType const, Mode > SharedThis (const OtherType *ThisPtr)
 

Detailed Description

A list of commands for the multibox test

Constructor & Destructor Documentation

◆ FMultiBoxTestCommandList()

FMultiBoxTestCommandList::FMultiBoxTestCommandList ( )
inline

Member Function Documentation

◆ RegisterCommands()

void FMultiBoxTestCommandList::RegisterCommands ( )
inlinevirtual

Pure virtual to override; describe and instantiate the commands in here by using the UI COMMAND macro.

Implements TCommands< FMultiBoxTestCommandList >.

Member Data Documentation

◆ EighthCommandInfo

TSharedPtr<FUICommandInfo> FMultiBoxTestCommandList::EighthCommandInfo

◆ FifthCommandInfo

TSharedPtr<FUICommandInfo> FMultiBoxTestCommandList::FifthCommandInfo

◆ FirstCommandInfo

TSharedPtr<FUICommandInfo> FMultiBoxTestCommandList::FirstCommandInfo

◆ FourthCommandInfo

TSharedPtr<FUICommandInfo> FMultiBoxTestCommandList::FourthCommandInfo

◆ SecondCommandInfo

TSharedPtr<FUICommandInfo> FMultiBoxTestCommandList::SecondCommandInfo

◆ SeventhCommandInfo

TSharedPtr<FUICommandInfo> FMultiBoxTestCommandList::SeventhCommandInfo

◆ SixthCommandInfo

TSharedPtr<FUICommandInfo> FMultiBoxTestCommandList::SixthCommandInfo

◆ ThirdCommandInfo

TSharedPtr<FUICommandInfo> FMultiBoxTestCommandList::ThirdCommandInfo

The documentation for this class was generated from the following file: