Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > Misc > FPackageName > ExportTextPathToObjectPath
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/Misc/PackageName.h |
Include | #include "Misc/PackageName.h" |
Source | /Engine/Source/Runtime/CoreUObject/Private/Misc/PackageName.cpp |
static FString ExportTextPathToObjectPath
&40;
const TCHAR &42; InExportTextPath
&41;
Remarks
Returns the path to the object referred to by the supplied export text path, excluding the class name. The path to the object referred to by the supplied export path.
Parameters
Name | Description |
---|---|
InExportTextPath | The export text path for an object. Takes on the form: ClassName'ObjectPath' |