Navigation
API > API/Plugins > API/Plugins/UserToolBoxCore
| Name | IUTBUICommand |
| Type | class |
| Header File | /Engine/Plugins/Experimental/UserToolBoxCore/Source/UserToolBoxCore/Public/UTBBaseUICommandInterface.h |
| Include Path | #include "UTBBaseUICommandInterface.h" |
Syntax
class IUTBUICommand
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ExecuteCurrentCommand() |
UTBBaseUICommandInterface.h | ||
TSharedRef< SWidget > GetUI() |
UTBBaseUICommandInterface.h | ||
bool IsSupportingCommandClass
(
TSubclassOf< UUTBBaseCommand > CommandClass |
UTBBaseUICommandInterface.h | ||
void SetCommand
(
UUTBBaseCommand* Command |
UTBBaseUICommandInterface.h |