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 destination package. Given a relative path from the manifest, calculate the asset path to the corresponding destination package.
| Name | GetDestinationPackage |
| 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 GetDestinationPackage
(
const FString & RelativeFilePath
) const
The full asset path to the destination package
Parameters
| Name | Remarks |
|---|---|
| RelativeFilePath | The path relative to the root |