Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/Selection > API/Plugins/ModelingComponents/Selection/IGeometrySelector
- IGeometrySelector::GetSelectionPreviewForRaycast()
- FBaseDynamicMeshSelector::GetSelectionPreviewForRaycast()
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Selection/GeometrySelector.h |
| Include | #include "Selection/GeometrySelector.h" |
void GetSelectionPreviewForRaycast
&40;
const FWorldRayQueryInfo & RayInfo,
FGeometrySelectionEditor & PreviewEditor
&41;
Remarks
Query the Selector for a potential selection based on world-space Ray. The intention of this query is that it be used for "selection preview", eg like hover-highlighting. The PreviewEditor will always be updated in 'Add' mode, and currently no result information will be returned.