EMeshSelectionToolPrimaryMode

Windows
MacOS
Linux

References

Module

MeshModelingTools

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/MeshModelingTools/Public/MeshSelectionTool.h

Include

#include "MeshSelectionTool.h"

Syntax

enum EMeshSelectionToolPrimaryMode
{
    Brush,
    VolumetricBrush,
    AngleFiltered,
    Visible,
    AllConnected,
    AllInGroup,
    ByMaterial,
    ByUVIsland,
    AllWithinAngle,
}

Values

Name

Description

Brush

Select all triangles inside the brush area

VolumetricBrush

Select all triangles inside the brush volume

AngleFiltered

Select all triangles inside brush with normal within angular tolerance of hit triangle

Visible

Select all triangles inside brush that are visible from current view

AllConnected

Select all triangles connected to any triangle inside the brush

AllInGroup

Select all triangles in groups connected to any triangle inside the brush

ByMaterial

Select all triangles with same material as hit triangle

ByUVIsland

Select all triangles in same UV island as hit triangle

AllWithinAngle

Select all triangles with normal within angular tolerance of hit triangle

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