Navigation
API > API/Plugins > API/Plugins/MetaHumanCalibrationCore
| Name | FMetaHumanCalibrationFrameResolver |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCalibrationProcessing/Source/MetaHumanCalibrationCore/Public/Utils/MetaHumanCalibrationFrameResolver.h |
| Include Path | #include "Utils/MetaHumanCalibrationFrameResolver.h" |
Syntax
class FMetaHumanCalibrationFrameResolver
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMetaHumanCalibrationFrameResolver
(
const UFootageCaptureData* InCaptureData |
Utils/MetaHumanCalibrationFrameResolver.h | ||
FMetaHumanCalibrationFrameResolver
(
const FCameraDescriptor& InFirstCamera, |
Utils/MetaHumanCalibrationFrameResolver.h |
Classes
| Name | Remarks |
|---|---|
| FCameraDescriptor |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CalibrationFramePaths | TArray< FMetaHumanCalibrationFramePaths > | Utils/MetaHumanCalibrationFrameResolver.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FMetaHumanCalibrationFramePaths > GetCalibrationFramePaths() |
Gets the calibration frame paths for every frame. | Utils/MetaHumanCalibrationFrameResolver.h | |
bool GetCalibrationFramePathsForFrameIndex
(
int32 InFrameIndex, |
Gets the calibration frame paths for the specified frame index. | Utils/MetaHumanCalibrationFrameResolver.h | |
| Gets the paths to all the frames for the specified camera index. | Utils/MetaHumanCalibrationFrameResolver.h | ||
bool HasFrames() |
Utils/MetaHumanCalibrationFrameResolver.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TOptional< FMetaHumanCalibrationFrameResolver > CreateFromCaptureData
(
const UFootageCaptureData* InCaptureData |
Utils/MetaHumanCalibrationFrameResolver.h |