Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp > API/Plugins/MeshModelingToolsExp/UMeshSelectionTool
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void OnRegionHighlightUpdated () |
MeshSelectionTool.h | ||
void OnRegionHighlightUpdated
(
const TArray< int32 >& Triangles |
MeshSelectionTool.h | ||
void OnRegionHighlightUpdated
(
const TSet< int32 >& Triangles |
MeshSelectionTool.h |
OnRegionHighlightUpdated()
| Name | OnRegionHighlightUpdated |
| Type | function |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/MeshSelectionTool.h |
| Include Path | #include "MeshSelectionTool.h" |
| Source | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Private/MeshSelectionTool.cpp |
void OnRegionHighlightUpdated()
OnRegionHighlightUpdated(const TArray< int32 > &)
| Name | OnRegionHighlightUpdated |
| Type | function |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/MeshSelectionTool.h |
| Include Path | #include "MeshSelectionTool.h" |
| Source | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Private/MeshSelectionTool.cpp |
void OnRegionHighlightUpdated
(
const TArray < int32 > & Triangles
)
OnRegionHighlightUpdated(const TSet< int32 > &)
| Name | OnRegionHighlightUpdated |
| Type | function |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/MeshSelectionTool.h |
| Include Path | #include "MeshSelectionTool.h" |
| Source | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Private/MeshSelectionTool.cpp |
void OnRegionHighlightUpdated
(
const TSet < int32 > & Triangles
)