Navigation
API > API/Plugins > API/Plugins/MetaHumanSDKEditor
Struct describing the source of a set of files to import as a MetaHuman Asset Group
| Name | FFileSource |
| Type | struct |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanSDK/Source/MetaHumanSDKEditor/Public/Import/MetaHumanImport.h |
| Include Path | #include "Import/MetaHumanImport.h" |
Syntax
struct FFileSource
Constructors
| 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 |
Enums
Public
| Name | Remarks |
|---|---|
| ECopyResult |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Root | TVariant< FString, TSharedPtr< FZipArchiveReader > > | Import/MetaHumanImport.h | ||
| SubFolder | FString | Import/MetaHumanImport.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ECopyResult CopySingleFile
(
const FString& SourceFilePath, |
Import/MetaHumanImport.h | ||
TSharedPtr< FJsonObject > ReadJson
(
const FString& SourceFilePath |
Import/MetaHumanImport.h |