Navigation
API > API/Plugins > API/Plugins/MetaHumanCaptureData > API/Plugins/MetaHumanCaptureData/FTrackingPathUtils
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool GetTrackingFilePathAndInfo
(
const UImgMediaSource* InImgSequence, |
TrackingPathUtils.h | ||
static bool GetTrackingFilePathAndInfo
(
const FString& InFullSequencePath, |
TrackingPathUtils.h |
GetTrackingFilePathAndInfo(const class UImgMediaSource *, FString &, int32 &, int32 &)
| Name | GetTrackingFilePathAndInfo |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCoreTechLib/Source/MetaHumanCaptureData/Public/TrackingPathUtils.h |
| Include Path | #include "TrackingPathUtils.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanCoreTechLib/Source/MetaHumanCaptureData/Private/TrackingPathUtils.cpp |
static bool GetTrackingFilePathAndInfo
(
const class UImgMediaSource * InImgSequence,
FString & OutTrackingFilePath,
int32 & OutFrameOffset,
int32 & OutNumFrames
)
GetTrackingFilePathAndInfo(const FString &, FString &, int32 &, int32 &)
| Name | GetTrackingFilePathAndInfo |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCoreTechLib/Source/MetaHumanCaptureData/Public/TrackingPathUtils.h |
| Include Path | #include "TrackingPathUtils.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanCoreTechLib/Source/MetaHumanCaptureData/Private/TrackingPathUtils.cpp |
static bool GetTrackingFilePathAndInfo
(
const FString & InFullSequencePath,
FString & OutTrackingFilePath,
int32 & OutFrameOffset,
int32 & OutNumFrames
)