Navigation
API > API/Plugins > API/Plugins/MetaHumanSDKEditor > API/Plugins/MetaHumanSDKEditor/FImportPaths
Description
Given a relative path from the manifest, calculate the full asset path to the corresponding source package. Given a relative path from the manifest, calculate the asset path to the corresponding destination package.
| Name | GetSourcePackage |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanSDK/Source/MetaHumanSDKEditor/Public/MetaHumanTypesEditor.h |
| Include Path | #include "MetaHumanTypesEditor.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanSDK/Source/MetaHumanSDKEditor/Private/MetaHumanTypesEditor.cpp |
FString GetSourcePackage
(
const FString & RelativeFilePath
) const
The full asset path to the source package
Parameters
| Name | Remarks |
|---|---|
| RelativeFilePath | The path relative to the root |