![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Public Member Functions | |
| FORCEINLINE bool | IsFinished () const |
| void | Begin () |
| FORCENOINLINE bool | DestroyObjects (bool bUseTimeLimit, double TimeLimit, double StartTime) |
| int32 | GetObjectsDestroyedSinceLastMarkPhase () const |
| void | ResetObjectsDestroyedSinceLastMarkPhase () |
| FORCENOINLINE void | VerifyAllObjectsDestroyed () const |
Helper class for destroying UObjects
|
inline |
Destroys UObjects on the game thread
| bUseTimeLimit | true if TimeLimit should be respected |
| TimeLimit | Time limit (in seconds) for the purge |
| StartTime | Time incremental destruction has begun |
|
inline |
Returns the number of objects already destroyed
|
inline |
Returns true if the destruction process is finished
|
inline |
Resets the number of objects already destroyed
|
inline |