Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Selections > API/Plugins/DynamicMesh/Selections/FGeometrySelectionEditor
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Selections/GeometrySelection.h |
| Include | #include "Selections/GeometrySelection.h" |
| Source | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Private/Selections/GeometrySelection.cpp |
void UpdateQueryConfig
&40;
const FGeometrySelectionHitQueryConfig & NewConfig,
bool bEnableTopologyIDFilteringIn
&41;
Remarks
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...