Navigation
API > API/Plugins > API/Plugins/UserToolBoxBasicCommand
| Name | UBaseCompositeInlineCommand |
| Type | class |
| Header File | /Engine/Plugins/Experimental/UserToolBoxBasicCommand/Source/UserToolBoxBasicCommand/Public/BaseCompositeInlineCommand.h |
| Include Path | #include "BaseCompositeInlineCommand.h" |
Syntax
UCLASS (Abstract, EditInlineNew)
class UBaseCompositeInlineCommand : public UUTBBaseCommand
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UUTBBaseCommand → UBaseCompositeInlineCommand
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UBaseCompositeInlineCommand() |
BaseCompositeInlineCommand.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Commands | TArray< TObjectPtr< UUTBBaseCommand > > | BaseCompositeInlineCommand.h |
|