Navigation
API > API/Plugins > API/Plugins/DataIngestCore
Capture archive data object for import into UE.
| |
|
| Name |
FIngestCaptureData |
| Type |
struct |
| Header File |
/Engine/Plugins/VirtualProduction/CaptureManager/CaptureManagerCore/Source/DataIngestCore/Public/IngestCaptureData.h |
| Include Path |
#include "IngestCaptureData.h" |
Syntax
struct FIngestCaptureData
Structs
Constants
| Name |
Type |
Remarks |
Include Path |
| Extension |
const FString |
Expected extension for capture archive files. |
IngestCaptureData.h |
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Audio |
TArray< FAudio > |
|
IngestCaptureData.h |
|
| Calibration |
TArray< FCalibration > |
|
IngestCaptureData.h |
|
| Depth |
TArray< FVideo > |
|
IngestCaptureData.h |
|
| DeviceModel |
FString |
|
IngestCaptureData.h |
|
| Slate |
FString |
|
IngestCaptureData.h |
|
| TakeNumber |
uint32 |
|
IngestCaptureData.h |
|
| Version |
uint32 |
Archive format version. |
IngestCaptureData.h |
|
| Video |
TArray< FVideo > |
|
IngestCaptureData.h |
|