Navigation
API > API/Plugins > API/Plugins/MetaHumanCaptureSource
| |
|
| Name |
FStopCaptureCommandArgs |
| Type |
class |
| Header File |
/Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCaptureSource/Public/Commands/LiveLinkFaceConnectionCommands.h |
| Include Path |
#include "Commands/LiveLinkFaceConnectionCommands.h" |
Syntax
class FStopCaptureCommandArgs : public FBaseCommandArgs
Inheritance Hierarchy
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FStopCaptureCommandArgs
(
bool bInShouldFetchTake
)
|
|
Commands/LiveLinkFaceConnectionCommands.h |
|
Destructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual ~FStopCaptureCommandArgs()
|
|
Commands/LiveLinkFaceConnectionCommands.h |
|
Constants
| Name |
Type |
Remarks |
Include Path |
| CommandName |
const FString |
|
Commands/LiveLinkFaceConnectionCommands.h |
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bShouldFetchTake |
bool |
Introduced as a solution to the current async code and object lifecycle. |
Commands/LiveLinkFaceConnectionCommands.h |
|
Functions
Public