Navigation
API > API/Plugins > API/Plugins/UserToolBoxCore
| Name | UUTBCommandUMGUI |
| Type | class |
| Header File | /Engine/Plugins/Experimental/UserToolBoxCore/Source/UserToolBoxCore/Public/UTBBaseUICommand.h |
| Include Path | #include "UTBBaseUICommand.h" |
Syntax
UCLASS ()
class UUTBCommandUMGUI :
public UUserWidget,
public IUTBUICommand
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UVisual → UWidget → UUserWidget → UUTBCommandUMGUI
Implements Interfaces
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Command | TObjectPtr< UUTBBaseCommand > | UTBBaseUICommand.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BeginDestroy() |
UTBBaseUICommand.h | ||
bool DoesSupportClass
(
TSubclassOf< UUTBBaseCommand > ObjectClass |
UTBBaseUICommand.h |
|
|
void ExecuteCommand() |
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 |