Navigation
API > API/Runtime > API/Runtime/CoreUObject
Description
Checks the residence of the object represented by the specified handle. nullptr counts as local all handles are local when remote handles are not enabled
| Name | GetObjectHandleResidence |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/ObjectHandle.h |
| Include Path | #include "UObject/ObjectHandle.h" |
EResidence GetObjectHandleResidence
(
FObjectHandle Handle
)