Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/Selection > API/Plugins/ModelingComponents/Selection/UMeshTopologySelectionMechanic
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Selection/MeshTopologySelectionMechanic.h |
| Include | #include "Selection/MeshTopologySelectionMechanic.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/Selection/MeshTopologySelectionMechanic.cpp |
void SetIsEnabled
(
bool bBehaviorsEnabled,
bool bRenderTopology
)
Remarks
Enable/disable the selection behaviors in the mechanic without permanently removing them or shutting the mechanic down.
Parameters
| Name | Description |
|---|---|
| bBehaviorsEnabled | Determines whether the mechanic selection behaviors are active |
| bRenderTopology | Determines whether the topology is rendered, which is independent of the behaviors being active. |