Navigation
API > API/Runtime > API/Runtime/CoreUObject
| Name | TPrivateObjectPtr |
| Type | struct |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/ObjectPtr.h |
| Include Path | #include "UObject/ObjectPtr.h" |
Syntax
template<typename T>
struct TPrivateObjectPtr
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TPrivateObjectPtr
(
const TPrivateObjectPtr< T >& Other |
UObject/ObjectPtr.h | ||
TPrivateObjectPtr
(
const UObject* InPointer |
Only for use by MakeObjectPtrUnsafe | UObject/ObjectPtr.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Pointer | const UObject * | UObject/ObjectPtr.h |