Navigation
API > API/Plugins > API/Plugins/MeshLODToolset > API/Plugins/MeshLODToolset/Graphs > API/Plugins/MeshLODToolset/Graphs/UGenerateStaticMeshLODProcess
Syntax
FCriticalSection GraphEvalCriticalSection
Remarks
This FCriticalSection is used to co-ordinate evaluation of the internal compute graph by external classes. Generally while doing things like changing settings, reading output, etc, the internal compute graph cannot be executing. Often this needs to be locked across multiple function calls, so it is exposed publicly. (TODO: clean this up...)