TNonNullPtr::TNonNullPtr

Constructs a non-null pointer from another non-null 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
(
    TNonNullPtr< OtherObjectType > & Other
)

Remarks

Constructs a non-null pointer from another non-null 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