FSoftObjectPath

Overload list

Windows
MacOS
Linux
Name Description

Public function

FSoftObjectPath()

Public function

FSoftObjectPath

(
    TYPE_OF_NULLPTR
)

Public function

FSoftObjectPath

(
    const UObject* InObject
)

Construct from an existing object in memory

Public function

FSoftObjectPath

(
    FName InAssetPathName,
    FString InSubPathString
)

Construct from an asset FName and subobject pair

Public function

FSoftObjectPath

(
    const FSoftObjectPath& Other
)

Construct from another soft object path

Public function

FSoftObjectPath

(
    FSoftObjectPath&& Other
)

Construct from a moveable soft object path

Public function

FSoftObjectPath

(
    const FString& Path
)

Construct from a path string. Non-explicit for backwards compatibility.

Public function

FSoftObjectPath

(
    FWideStringView Path
)

Public function

FSoftObjectPath

(
    FAnsiStringView Path
)

Public function

FSoftObjectPath

(
    FName Path
)

Public function

FSoftObjectPath

(
    const WIDECHAR* Path
)

Public function

FSoftObjectPath

(
    const ANSICHAR* Path
)

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