TLazyObjectPtr::operator=

Assign from another lazy pointer with implicit upcasting allowed

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

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