Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/ObjectPtr.h |
| Include | #include "UObject/ObjectPtr.h" |
template<typename T>
TPrivateObjectPtr < T > MakeObjectPtrUnsafe
(
const UObject * Obj
)
Remarks
Used to allow the caller to provide a pointer to an incomplete type of T that has explicitly cast to a UObject.