ABrush::NeedsRebuild

Called to see if any of the levels need rebuilding

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Engine/Brush.h"

Syntax

static bool NeedsRebuild
(
    TArray< TWeakObjectPtr< ULevel > > * OutLevels
)

Remarks

Called to see if any of the levels need rebuilding

Returns

true if the csg needs to be rebuilt on the next editor tick.

Parameters

Parameter

Description

OutLevels

if specified, provides a copy of the levels array

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