Navigation
API > API/Runtime > API/Runtime/CoreUObject
Description
Resolve and return the underlying reference.
Resolve and return the underlying reference. Always returns NULL if the handle is not type safe (only when T != UObject).
| Name | ObjectPtr_Private::Get |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/ObjectPtr.h |
| Include Path | #include "UObject/ObjectPtr.h" |
namespace ObjectPtr_Private
{
template<typename T, std::enable_if_t< >), int >>
T * ObjectPtr_Private::Get
(
const FObjectPtr & ObjectPtr
)
}