Navigation
API > API/Plugins > API/Plugins/MetaHumanCaptureProtocolStack
| Name | FGetTakeListResponse |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCaptureProtocolStack/Public/Control/Messages/ControlResponse.h |
| Include Path | #include "Control/Messages/ControlResponse.h" |
Syntax
class FGetTakeListResponse : public FControlResponse
Inheritance Hierarchy
- FControlResponse → FGetTakeListResponse
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGetTakeListResponse() |
Control/Messages/ControlResponse.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Names | TArray< FString > | Control/Messages/ControlResponse.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TArray< FString > & GetNames() |
Control/Messages/ControlResponse.h |
Overridden from FControlResponse
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TProtocolResult< void > Parse
(
TSharedPtr< FJsonObject > InBody |
Control/Messages/ControlResponse.h |