UBrushBaseProperties

Standard properties for a Brush-type Tool

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Public/BaseTools/BaseBrushTool.h

Include

#include "BaseTools/BaseBrushTool.h"

Syntax

class UBrushBaseProperties : public UInteractiveToolPropertySet

Remarks

Standard properties for a Brush-type Tool

Variables

Name Description

Public variable

float

 

BrushFalloffAmount

Amount of falloff to apply (0.0 - 1.0)

Public variable

float

 

BrushSize

Relative size of brush

Public variable

float

 

BrushStrength

Strength of the brush (0.0 - 1.0)

Public variable

bool

 

bShowFalloff

If false, then BrushFalloffAmount will not be shown in DetailsView panels (otherwise no effect)

Public variable

bool

 

bShowStrength

If false, then BrushStrength will not be shown in DetailsView panels (otherwise no effect)

Public variable

bool

 

bSpecifyRadius

If true, ignore relative Brush Size and use explicit world Radius

Public variable

 

ClampMax

Public variable

 

ClampMin

Public variable

 

DisplayName

Radius of brush

Public variable

 

UIMax

Public variable

 

UIMin

Constructors

Name Description

Public function

UBrushBaseProperties()

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