Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates > API/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 |