TNonNullPtr::operator=

Assignment operator taking a pointer

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Templates/NonNullPointer.h"

Syntax

template<typename OtherObjectType, typename>
TNonNullPtr & operator=
(
    OtherObjectType * InObject
)

Remarks

Assignment operator taking a 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