Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/IGeometrySelector
Description
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
Derived Overrides
| Name | UpdateSelectionViaRaycast |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Selection/GeometrySelector.h |
| Include Path | #include "Selection/GeometrySelector.h" |
void UpdateSelectionViaRaycast
(
const FWorldRayQueryInfo & RayInfo,
FGeometrySelectionEditor & SelectionEditor,
const FGeometrySelectionUpdateConfig & UpdateConfig,
FGeometrySelectionUpdateResult & ResultOut
)