TSoftObjectPtr

Overload list

Windows
MacOS
Linux
Name Description

Public function

TSoftObjectPtr()

Default constructor, will be null

Public function

TSoftObjectPtr

(
    const TSoftObjectPtr< U >& Other
)

Construct from another soft pointer

Public function

TSoftObjectPtr

(
    TSoftObjectPtr< U >&& Other
)

Construct from a moveable soft pointer

Public function

TSoftObjectPtr

(
    const U* Object
)

Construct from an object already in memory

Public function

TSoftObjectPtr

(
    TYPE_OF_NULLPTR
)

Construct from a nullptr

Public function

TSoftObjectPtr

(
    FSoftObjectPath ObjectPath
)

Construct from a soft object 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