Navigation
API > API/Runtime > API/Runtime/GeometryFramework > API/Runtime/GeometryFramework/UDynamicMeshComponent
Description
Enable/Disable interactive geometry element selection for the mesh. Useful to disable geometry selection on procedural meshes where the selection will be frequently invalidated.
| Name | SetAllowsGeometrySelection |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryFramework/Public/Components/DynamicMeshComponent.h |
| Include Path | #include "Components/DynamicMeshComponent.h" |
UFUNCTION (BlueprintCallable, Category="Dynamic Mesh Component")
void SetAllowsGeometrySelection
(
bool bInAllowsGeometrySelection
)
Parameters
| Name | Remarks |
|---|---|
| bInAllowsGeometrySelection | Whether geometry elements (triangles, edges, etc) of the dynamic mesh will be interactively selectable. |