Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Misc > API/Runtime/CoreUObject/Misc/FPackageName > API/Runtime/CoreUObject/Misc/FPackageName/ParseExportTextPath
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 bool ParseExportTextPath
&40;
FAnsiStringView InExportTextPath,
FAnsiStringView &42; OutClassName,
FAnsiStringView &42; OutObjectPath
&41;
Remarks
Converts the supplied export text path to an object path and class name. True if the supplied export text path could be parsed
Parameters
Name | Description |
---|---|
InExportTextPath | The export text path for an object. Takes on the form: ClassName'ObjectPath' |
OutClassName | The name of the class at the start of the path. |
OutObjectPath | The path to the object. |