Navigation
API > API/Plugins > API/Plugins/MetaHumanCoreTechLib > API/Plugins/MetaHumanCoreTechLib/FMetaHumanConformer
Warnings * Fails if scan data was set before.
Description
Set the depth input data for one frame.
Fails if scan data was set before.
| Name | SetDepthInputData |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCoreTechLib/Source/MetaHumanCoreTechLib/Public/MetaHumanConformer.h |
| Include Path | #include "MetaHumanConformer.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanCoreTechLib/Source/MetaHumanCoreTechLib/Private/MetaHumanConformer.cpp |
bool SetDepthInputData
(
const TMap < FString, const FFrameTrackingContourData * > & InLandmarksDataPerCamera,
const TMap < FString, const float * > & InDepthMaps
)
True if setting the data was successful.
Parameters
| Name | Remarks |
|---|---|
| InLandmarksDataPerCamera | The distorted landmarks for each camera. |
| InDepthMaps | Depthmap data per (depthmap) camera. |