Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/Object.h |
| Include | #include "UObject/Object.h" |
bool IsValid
(
const UObject * Test
)
Remarks
Test validity of object Return true if the object is usable: non-null and not pending kill or garbage
Parameters
| Name | Description |
|---|---|
| Test | The object to test |