Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/IGeometrySelector
Description
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.
Derived Overrides
| Name | RayHitTest |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Selection/GeometrySelector.h |
| Include Path | #include "Selection/GeometrySelector.h" |
bool RayHitTest
(
const FWorldRayQueryInfo & RayInfo,
UE::Geometry::FGeometrySelectionHitQueryConfig QueryConfig,
FInputRayHit & HitResultOut
)
true on hit, false on miss