Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/Selection > API/Plugins/ModelingComponents/Selection/FBaseDynamicMeshSelector
- IGeometrySelector::UpdateSelectionViaRaycast()
- FBaseDynamicMeshSelector::UpdateSelectionViaRaycast()
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Selection/DynamicMeshSelector.h |
| Include | #include "Selection/DynamicMeshSelector.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/Selection/DynamicMeshSelector.cpp |
virtual void UpdateSelectionViaRaycast
&40;
const FWorldRayQueryInfo & RayInfo,
FGeometrySelectionEditor & SelectionEditor,
const FGeometrySelectionUpdateConfig & UpdateConfig,
FGeometrySelectionUpdateResult & ResultOut
&41;
Remarks
Update the active selection based on a world-space Ray. Should only be called if RayHitTest() returns true. Uses the provided SelectionEditor and UpdateConfig to do the update Information about any changes actually made to the selection via the SelectionEditor are returned in ResultOut