ClassHasInstancesAsyncLoading

Returns true if any instances of the class in question are currently being async loaded.

Windows
MacOS
Linux

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

Syntax

bool ClassHasInstancesAsyncLoading
(
    const UClass * ClassToLookFor
)

Remarks

Returns true if any instances of the class in question are currently being async loaded.

Returns

True if there are any instances of the class being async loaded - includes instances based on derived classes. Otherwise, false

Parameters

Parameter

Description

ClassToLookFor

The class in question

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss