Ark Server API (ASA) - Wiki
|
#include <ObjectPtr.h>
Public Member Functions | |
TPrivateObjectPtr (const TPrivateObjectPtr< T > &Other)=default | |
Private Member Functions | |
TPrivateObjectPtr (const UObject *InPointer) | |
Private Attributes | |
const UObject * | Pointer |
Friends | |
struct | TObjectPtr< T > |
TPrivateObjectPtr | MakeObjectPtrUnsafe (const UObject *Obj) |
Definition at line 797 of file ObjectPtr.h.
|
default |
|
inlineexplicitprivate |
Only for use by MakeObjectPtrUnsafe
Definition at line 804 of file ObjectPtr.h.
|
friend |
Used to allow the caller to provide a pointer to an incomplete type of T that has explicitly cast to a UObject.
Definition at line 816 of file ObjectPtr.h.
Definition at line 809 of file ObjectPtr.h.
Definition at line 809 of file ObjectPtr.h.