Navigation
Unreal Engine C++ API Reference > Editor > UnrealEd > Builders > USheetBuilder
- UBrushBuilder::Build()
- UEditorBrushBuilder::Build()
- USheetBuilder::Build()
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Classes/Builders/SheetBuilder.h |
Include | #include "Builders/SheetBuilder.h" |
Source | /Engine/Source/Editor/UnrealEd/Private/EditorBrushBuilder.cpp |
virtual bool Build
&40;
UWorld &42; InWorld,
ABrush &42; InBrush
&41;
Remarks
Builds the brush shape for the specified ABrush or the builder brush if Brush is nullptr. true if the brush shape was updated.
Parameters
Name | Description |
---|---|
InWorld | The world to operate in |
InBrush | The brush to change shape, or nullptr to specify the builder brush |