FPackageName::ExportTextPathToObjectPath

Returns the path to the object referred to by the supplied export text path, excluding the class name.

Windows
MacOS
Linux

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

Syntax

static FAnsiStringView ExportTextPathToObjectPath
(
    FAnsiStringView InExportTextPath
)

Remarks

Returns the path to the object referred to by the supplied export text path, excluding the class name.

Returns

The path to the object referred to by the supplied export path.

Parameters

Parameter

Description

InExportTextPath

The export text path for an object. Takes on the form: ClassName'ObjectPath'

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss