Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectHash.h |
| Include | #include "UObject/UObjectHash.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectHash.cpp |
bool ClassHasInstancesAsyncLoading
(
const UClass * ClassToLookFor
)
Remarks
Returns true if any instances of the class in question are currently being async loaded. True if there are any instances of the class being async loaded - includes instances based on derived classes. Otherwise, false
Parameters
| Name | Description |
|---|---|
| ClassToLookFor | The class in question |