Navigation
API > API/Plugins > API/Plugins/UserToolBoxCore
Native base class for Command UI Customization.
| Name | UBaseCommandNativeUI |
| Type | class |
| Header File | /Engine/Plugins/Experimental/UserToolBoxCore/Source/UserToolBoxCore/Public/UTBBaseUICommand.h |
| Include Path | #include "UTBBaseUICommand.h" |
Syntax
UCLASS ()
class UBaseCommandNativeUI :
public UObject,
public IUTBUICommand
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBaseCommandNativeUI
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BeginDestroy() |
UTBBaseUICommand.h | ||
void ReplaceCommand
(
const TMap< UObject*, UObject* >& Map |
UTBBaseUICommand.h |
Overridden from IUTBUICommand
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ExecuteCurrentCommand() |
UTBBaseUICommand.h | ||
virtual TSharedRef< SWidget > GetUI() |
UTBBaseUICommand.h | ||
virtual bool IsSupportingCommandClass
(
TSubclassOf< UUTBBaseCommand > CommandClass |
UTBBaseUICommand.h | ||
virtual void SetCommand
(
UUTBBaseCommand* Command |
UTBBaseUICommand.h |