TWeakFieldPtr::operator!=

Compare weak pointers for inequality

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/WeakFieldPtr.h"

Syntax

template<typename TOther>
bool operator!=
(
    const TOther * Other
) const

Remarks

Compare weak pointers for inequality

Parameters

Parameter

Description

Other

pointer to compare to

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