Navigation
Unreal Engine C++ API Reference > Runtime > Core > Templates > TNonNullPtr
Type | Name | Description | |
---|---|---|---|
![]() |
TNonNullPtr & | operator=
(
TYPE_OF_NULLPTR |
Assignment operator taking a nullptr - not allowed. |
![]() |
TNonNullPtr & | operator=
(
ObjectType* InObject |
Assignment operator taking a pointer |
![]() |
TEnableIf< UE::Core::Private::NonNullPtr::TPointerIsConvertibleFromTo< OtherObjectType, ObjectType >... | operator=
(
const TNonNullPtr< OtherObjectType >& Other |
Assignment operator taking another TNonNullPtr |