Navigation
API > API/Plugins > API/Plugins/MetaHumanCaptureSource
| Name | FMetaHumanTakeInfo |
| Type | struct |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCaptureSource/Public/MetaHumanTakeData.h |
| Include Path | #include "MetaHumanTakeData.h" |
Syntax
USTRUCT (BlueprintType )
struct FMetaHumanTakeInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Date | FDateTime | MetaHumanTakeData.h |
|
|
| DepthResolution | FIntPoint | MetaHumanTakeData.h |
|
|
| DeviceModel | FString | MetaHumanTakeData.h |
|
|
| FrameRate | double | MetaHumanTakeData.h |
|
|
| Id | int32 | MetaHumanTakeData.h |
|
|
| Issues | TArray< FText > | MetaHumanTakeData.h |
|
|
| Metadata | TMap< FString, FString > | Any data we want to have on a per-take basis. | MetaHumanTakeData.h |
|
| Name | FString | MetaHumanTakeData.h |
|
|
| NumFrames | int32 | MetaHumanTakeData.h |
|
|
| NumStreams | int32 | MetaHumanTakeData.h |
|
|
| OutputDirectory | FString | MetaHumanTakeData.h |
|
|
| RawThumbnailData | TArray< uint8 > | MetaHumanTakeData.h |
|
|
| Resolution | FIntPoint | MetaHumanTakeData.h |
|
|
| Tags | TSet< FString > | A list of tags that describe this take, if any. | MetaHumanTakeData.h |
|
| TakeNumber | int32 | MetaHumanTakeData.h |
|