UWorld::SetTimeUntilNextGarbageCollection

Updates the timer (as a one-off) that is used to trigger garbage collection; this should only be used for things like performance tests, using it recklessly can dramatically increase memory usage and cost of the eventual GC.

Windows
MacOS
Linux

Deprecated

  • Use GEngine->SetTimeUntilNextGarbageCollection instead.

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/World.h

Include

#include "Engine/World.h"

Source

/Engine/Source/Runtime/Engine/Private/LevelTick.cpp

Syntax

void SetTimeUntilNextGarbageCollection
(
    float MinTimeUntilNextPass
)

Remarks

Updates the timer (as a one-off) that is used to trigger garbage collection; this should only be used for things like performance tests, using it recklessly can dramatically increase memory usage and cost of the eventual GC.

Note: Things that force a GC will still force a GC after using this method (and they will also reset the timer)

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