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 IsValidChecked
(
const UObject * Test
)
Remarks
Test validity of object similar to IsValid(Test) however the null pointer test is skipped Return true if the object is usable: not pending kill or garbage
Parameters
| Name | Description |
|---|---|
| Test | The object to test |