Navigation
API > API/Plugins > API/Plugins/CaptureManagerTakeMetadata
Data assosciated with a take.
| Name | FTakeMetadata |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/CaptureManager/CaptureManagerCore/Source/CaptureManagerTakeMetadata/Public/CaptureManagerTakeMetadata.h |
| Include Path | #include "CaptureManagerTakeMetadata.h" |
Syntax
class FTakeMetadata
Structs
| Name | Remarks |
|---|---|
| FAudio | Audio information. |
| FCalibration | Calibration information. |
| FDevice | Device information. |
| FFrameLog | Frame log information. |
| FSchemaVersion | Version of the take metadata schema. |
| FVideo | Video information. |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FileExtension | const FString | File extension for take metadata files. | CaptureManagerTakeMetadata.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Audio | TArray< FAudio > | Audio list. | CaptureManagerTakeMetadata.h | |
| Calibration | TArray< FCalibration > | Calibration list. | CaptureManagerTakeMetadata.h | |
| DateTime | TOptional< FDateTime > | CaptureManagerTakeMetadata.h | ||
| Depth | TArray< FVideo > | Depth list. | CaptureManagerTakeMetadata.h | |
| Device | FDevice | Schema version (Major.Minor). | CaptureManagerTakeMetadata.h | |
| Slate | FString | CaptureManagerTakeMetadata.h | ||
| TakeNumber | uint32 | CaptureManagerTakeMetadata.h | ||
| Thumbnail | FTakeThumbnailData | Thumbnail. | CaptureManagerTakeMetadata.h | |
| UniqueId | FString | Unique identifier (GUID). | CaptureManagerTakeMetadata.h | |
| Version | FSchemaVersion | Schema version of the take metadata file. | CaptureManagerTakeMetadata.h | |
| Video | TArray< FVideo > | Video list. | CaptureManagerTakeMetadata.h |