FDatasmithExporterManager::RunGarbageCollection

Run the unreal engine garbage collection on the proper thread Exporter code that want to run garbage collection should use this function instead of the standard engine function

Windows
MacOS
Linux

References

Module

DatasmithExporter

Header

/Engine/Source/Developer/Datasmith/DatasmithExporter/Public/DatasmithExporterManager.h

Include

#include "DatasmithExporterManager.h"

Source

/Engine/Source/Developer/Datasmith/DatasmithExporter/Private/DatasmithExporterManager.cpp

Syntax

static bool RunGarbageCollection()

Remarks

Run the unreal engine garbage collection on the proper thread Exporter code that want to run garbage collection should use this function instead of the standard engine function

Returns

whether the Garbage Collection ran.

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