UEditorEngine::FindBrushBuilder

Finds a brush builder of the provided class. If it doesnt exist one will be created

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/Editor/EditorEngine.h

Include

#include "Editor/EditorEngine.h"

Source

/Engine/Source/Editor/UnrealEd/Private/EditorEngine.cpp

Syntax

UBrushBuilder * FindBrushBuilder
(
    UClass * BrushBuilderClass
)

Remarks

Finds a brush builder of the provided class. If it doesnt exist one will be created

Returns

The found or created brush builder

Parameters

Parameter

Description

BrushBuilderClass

The class to get the builder brush from

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