LevelsToRebuild

An array to keep track of all the levels that need rebuilding.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Brush.h

Include

#include "Engine/Brush.h"

Syntax

static TArray< TWeakObjectPtr< ULevel > > LevelsToRebuild;

Remarks

An array to keep track of all the levels that need rebuilding. This is checked via NeedsRebuild() in the editor tick and triggers a csg rebuild.

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