operator==

Compare for equality with a raw pointer

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/LazyObjectPtr.h"

Syntax

template<typename T, typename U, typename>
bool operator==
(
    const TLazyObjectPtr< T > & Lhs,
    const U * Rhs
)

Remarks

Compare for equality with a raw pointer

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