Navigation
API > API/Plugins > API/Plugins/MeshModelingTools > API/Plugins/MeshModelingTools/UEditMeshPolygonsTool
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool BeginMeshEdgeEditChange () |
EditMeshPolygonsTool.h | ||
bool BeginMeshEdgeEditChange
(
TFunctionRef< bool(int32)> GroupEdgeIDFilterFunc |
EditMeshPolygonsTool.h |
BeginMeshEdgeEditChange()
| Name | BeginMeshEdgeEditChange |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/EditMeshPolygonsTool.h |
| Include Path | #include "EditMeshPolygonsTool.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Private/EditMeshPolygonsTool.cpp |
bool BeginMeshEdgeEditChange()
BeginMeshEdgeEditChange(TFunctionRef< bool(int32)>)
| Name | BeginMeshEdgeEditChange |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/EditMeshPolygonsTool.h |
| Include Path | #include "EditMeshPolygonsTool.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Private/EditMeshPolygonsTool.cpp |
bool BeginMeshEdgeEditChange
(
TFunctionRef < bool> GroupEdgeIDFilterFunc
)