operator!=

Global inequality operator for [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Templates/SharedPointer.h

Include

#include "Templates/SharedPointer.h"

Syntax

template<class ObjectTypeA, class ObjectTypeB, ESPMode Mode>
bool operator!=
(
    TSharedPtr< ObjectTypeA, Mode > const & InSharedPtrA,
    TSharedPtr< ObjectTypeB, Mode > const & InSharedPtrB
)

Remarks

Global inequality operator for TSharedPtr

Returns

True if the two shared pointers are not equal

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