Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/FGeometrySelectionEditor
Description
Update the active QueryConfig for this SelectionEditor. This is necessary to keep it in sync w/ the TargetSelection, if the ElementType or TopologyType are modified. This perhaps should be revisited as they basically always need to be the same...
| Name | UpdateQueryConfig |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Selections/GeometrySelection.h |
| Include Path | #include "Selections/GeometrySelection.h" |
| Source | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Private/Selections/GeometrySelection.cpp |
void UpdateQueryConfig
(
const FGeometrySelectionHitQueryConfig & NewConfig,
bool bEnableTopologyIDFilteringIn
)