Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObjectBase
Description
Faster version of IsValidLowLevel. Checks to see if the object appears to be valid by checking pointers and their alignment. Name and InternalIndex checks are less accurate than IsValidLowLevel.
| Name | IsValidLowLevelFast |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectBase.h |
| Include Path | #include "UObject/UObjectBase.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectBase.cpp |
bool IsValidLowLevelFast
(
bool bRecursive
) const
true if this appears to be a valid object
Parameters
| Name | Remarks |
|---|---|
| bRecursive | true if the Class pointer should be checked with IsValidLowLevelFast |