Navigation
API > API/Plugins > API/Plugins/MetaHumanSDKEditor > API/Plugins/MetaHumanSDKEditor/FImportPaths
Description
Given a relative path from the manifest, calculate the full path to the corresponding source file. Given a relative path from the manifest, calculate the full path to the corresponding source file.
| Name | GetSourceFile |
| 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 GetSourceFile
(
const FString & RelativeFilePath
) const
The full path to the source file
Parameters
| Name | Remarks |
|---|---|
| RelativeFilePath | The path relative to the root |