Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FObjectPtr
Syntax
UObject &42; DebugPtr
Remarks
DebugPtr allows for easier dereferencing of a resolved FObjectPtr in watch windows of debuggers. If the address in the pointer is an odd/uneven number, that means the object reference is unresolved and you will not be able to dereference it successfully.