Navigation
API > API/Runtime > API/Runtime/CoreUObject
Description
Returns the UObject from Handle and the handle is updated cache the resolved UObject. Does not cause ObjectHandleTracking to fire a read event
| Name | UE::CoreUObject::Private::ResolveObjectHandleNoRead |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/ObjectHandle.h |
| Include Path | #include "UObject/ObjectHandle.h" |
namespace UE
{
namespace CoreUObject
{
namespace Private
{
UObject * UE::CoreUObject::Private::ResolveObjectHandleNoRead
(
FObjectHandle & Handle
)
}
}
}