Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/Selection > API/Plugins/ModelingComponents/Selection/IGeometrySelector
- IGeometrySelector::RayHitTest()
- FBaseDynamicMeshSelector::RayHitTest()
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Selection/GeometrySelector.h |
| Include | #include "Selection/GeometrySelector.h" |
bool RayHitTest
&40;
const FWorldRayQueryInfo & RayInfo,
UE::Geometry::FGeometrySelectionHitQueryConfig QueryConfig,
FInputRayHit & HitResultOut
&41;
Remarks
Check for intersection between a world-space Ray with the Selector's target object and return a FInputRayHit result. RayHitTest() must return true for other raycast-based functions like UpdateSelectionViaRaycast() to be called. true on hit, false on miss