Navigation
| Name | CaptureDataCore |
| Type | Plugin |
| Part of Plugins | Capture Data |
| Location | /Engine/Plugins/VirtualProduction/CaptureData/Source/CaptureDataCore/ |
| Module Build Rules | CaptureDataCore.Build.cs |
Classes
| Name | Remarks |
|---|---|
| FImageSequencePathChecker | |
| FImageSequenceUtils | Utility functions for getting information about image sequences. |
| FOpenCVHelperLocal | NB this is a cut-down version of the FOpenCVHelper class from OpenCV runtime plugin. |
| UCameraCalibration | Camera Calibration Asset |
| UCaptureData | |
| UFootageCaptureData | Capture Data (Footage) Asset |
| UMeshCaptureData | Capture Data (Mesh) Asset |
Structs
| Name | Remarks |
|---|---|
| FCameraCalibration | |
| FExtendedLensFile | |
| FFootageCaptureMetadata | |
| FFootageCaptureView | |
| FFrameRange | |
| FStereoPair |
Interfaces
| Name | Remarks |
|---|---|
| ICaptureDataEditorBridge |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FFrameRangeMap | TMap< EFrameRangeType, TArray< FFrameRange > > | FrameRange.h | |
| FOnCaptureDataInternalsChanged | TMulticastDelegate_NoParams< void > | Delegate called when something changes in the capture data that others should know about. | CaptureData.h |
Enums
Public
| Name | Remarks |
|---|---|
| EFootageDeviceClass | |
| EFrameRangeType | |
| ETimecodeAlignment |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FFrameRange > PackIntoFrameRanges
(
TArray< FFrameNumber > InFrameNumbers |
Packs a list of frame numbers into a sorted array of frame ranges. | FrameRange.h |