MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Flush

Function Flush

Source/Engine/Core/ObjectsRemovalService.h:37–40  ·  view source on GitHub ↗

Flushes the objects pool removing objects marked to remove now (with negative or zero time to live).

Source from the content-addressed store, hash-verified

35 /// Flushes the objects pool removing objects marked to remove now (with negative or zero time to live).
36 /// </summary>
37 FORCE_INLINE static void Flush()
38 {
39 Flush(0, 0);
40 }
41
42 /// <summary>
43 /// Flushes the objects pool.

Callers 5

LateUpdateMethod · 0.70
DisposeMethod · 0.70
WriteMethod · 0.70
ForceFlushFunction · 0.70
DisposeMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected