Navigation
API > API/Plugins > API/Plugins/MetaHumanSDKEditor > API/Plugins/MetaHumanSDKEditor/FFileSource
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFileSource
(
const FString& FilePath |
Constructs a FileSource that is a local folder on disk | Import/MetaHumanImport.h | |
FFileSource
(
const TSharedPtr< FZipArchiveReader >& Archive, |
Constructs a FileSource that is a zip file | Import/MetaHumanImport.h |
FFileSource(const FString &)
Description
Constructs a FileSource that is a local folder on disk
| Name | FFileSource |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanSDK/Source/MetaHumanSDKEditor/Public/Import/MetaHumanImport.h |
| Include Path | #include "Import/MetaHumanImport.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanSDK/Source/MetaHumanSDKEditor/Private/Import/MetaHumanImport.cpp |
FFileSource
(
const FString & FilePath
)
Parameters
| Name | Remarks |
|---|---|
| FilePath | The file path to use to resolve relative paths to source files |
FFileSource(const TSharedPtr< FZipArchiveReader > &, const FString &)
Description
Constructs a FileSource that is a zip file
| Name | FFileSource |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanSDK/Source/MetaHumanSDKEditor/Public/Import/MetaHumanImport.h |
| Include Path | #include "Import/MetaHumanImport.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanSDK/Source/MetaHumanSDKEditor/Private/Import/MetaHumanImport.cpp |
FFileSource
(
const TSharedPtr < FZipArchiveReader > & Archive,
const FString & FilePath
)
Parameters
| Name | Remarks |
|---|---|
| Archive | The zip archive containing files |