ParseExportTextPath

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

bool

 

ParseExportTextPath

(
    FWideStringView InExportTextPath,
    FWideStringView* OutClassName,
    FWideStringView* OutObjectPath
)

Converts the supplied export text path to an object path and class name.

Public function Static

bool

 

ParseExportTextPath

(
    FAnsiStringView InExportTextPath,
    FAnsiStringView* OutClassName,
    FAnsiStringView* OutObjectPath
)

Converts the supplied export text path to an object path and class name.

Public function Static

bool

 

ParseExportTextPath

(
    const FString& InExportTextPath,
    FString* OutClassName,
    FString* OutObjectPath
)

Converts the supplied export text path to an object path and class name.

Public function Static

bool

 

ParseExportTextPath

(
    const TCHAR* InExportTextPath,
    FStringView* OutClassName,
    FStringView* OutObjectPath
)

Converts the supplied export text path to an object path and class name.

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