Navigation
API > API/Plugins > API/Plugins/MetaHumanCaptureSource
| |
|
| Name |
FBaseCommandArgs |
| Type |
class |
| Header File |
/Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCaptureSource/Public/Commands/BaseCommand.h |
| Include Path |
#include "Commands/BaseCommand.h" |
Syntax
class FBaseCommandArgs
Derived Classes
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FBaseCommandArgs
(
const FString& InName
)
|
|
Commands/BaseCommand.h |
|
Destructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual ~FBaseCommandArgs()
|
|
Commands/BaseCommand.h |
|
Variables
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| CommandName |
FString |
|
Commands/BaseCommand.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
const FString & GetCommandName()
|
|
Commands/BaseCommand.h |
|