Navigation
Unreal Engine C++ API Reference > Runtime > Core > Templates > TNonNullPtr
Type | Name | Description | |
---|---|---|---|
![]() |
TNonNullPtr
(
EDefaultConstructNonNullPtr |
Hack that can be used under extraordinary circumstances | |
![]() |
TNonNullPtr
(
TYPE_OF_NULLPTR |
Nullptr constructor - not allowed. | |
![]() |
TNonNullPtr
(
ObjectType* InObject |
Constructs a non-null pointer from the provided pointer. Must not be nullptr. | |
![]() |
TNonNullPtr
(
const TNonNullPtr< OtherObjectType >& Other |
Constructs a non-null pointer from another non-null pointer |