Navigation
API > API/Plugins > API/Plugins/MetaHumanCaptureData
Always resolves to the same file path
| Name | FFramePathResolverSingleFile |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCoreTechLib/Source/MetaHumanCaptureData/Public/FramePathResolverSingleFile.h |
| Include Path | #include "FramePathResolverSingleFile.h" |
Syntax
class FFramePathResolverSingleFile : public UE::MetaHuman::IFramePathResolver
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFramePathResolverSingleFile
(
FString InFilePath |
FramePathResolverSingleFile.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FFramePathResolverSingleFile() |
FramePathResolverSingleFile.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FilePath | FString | FramePathResolverSingleFile.h |
Functions
Public
Overridden from IFramePathResolver
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString ResolvePath
(
int32 InFrameNumber |
FramePathResolverSingleFile.h |