Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnlyExp
| |
|
| Name |
FMeshVertexAttributePaintToolBrushConfig |
| Type |
struct |
| Header File |
/Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnlyExp/Public/MeshVertexAttributePaintToolBase.h |
| Include Path |
#include "MeshVertexAttributePaintToolBase.h" |
Syntax
USTRUCT ()
struct FMeshVertexAttributePaintToolBrushConfig
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| BrushSize |
float |
Adaptive size of brush - Relative to the model size |
MeshVertexAttributePaintToolBase.h |
|
| Falloff |
float |
|
MeshVertexAttributePaintToolBase.h |
|
| Value |
float |
Value to paint on the mesh (dependent on the BrushMode) |
MeshVertexAttributePaintToolBase.h |
|