TLazyObjectPtr::operator=

Assign from another lazy pointer with implicit upcasting allowed

Choose your operating system:

Windows

macOS

Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/LazyObjectPtr.h

Include

#include "UObject/LazyObjectPtr.h"

Syntax

template<typename U, typename>
TLazyObjectPtr< T > & operator=
(
    const TLazyObjectPtr< U > & Other
)

Remarks

Assign from another lazy pointer with implicit upcasting allowed