operator=

Overload list

Windows
MacOS
Linux
Name Description

Public function

TLazyObjectP...

 

operator=

(
    TLazyObjectPtr< T >&&
)

Public function

TLazyObjectP...

 

operator=

(
    const TLazyObjectPtr< T >&
)

Public function

TLazyObjectP...

 

operator=

(
    const TLazyObjectPtr< U >& Other
)

Assign from another lazy pointer with implicit upcasting allowed

Public function

void

 

operator=

(
    T* Object
)

Copy from an object pointer

Public function

void

 

operator=

(
    const FUniqueObjectGuid& InObjectI...
)

Copy from a unique object identifier WARNING: this doesn't check the type of the object is correct, because the object corresponding to this ID may not even be loaded!

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