Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/USingleSelectionTool
- IInteractiveToolCameraFocusAPI::GetWorldSpaceFocusPoint()
- USingleSelectionTool::GetWorldSpaceFocusPoint()
- UMeshSurfacePointTool::GetWorldSpaceFocusPoint()
- UEditMeshPolygonsTool::GetWorldSpaceFocusPoint()
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/SingleSelectionTool.h |
| Include | #include "SingleSelectionTool.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseTools/SingleSelectionTool.cpp |
virtual bool GetWorldSpaceFocusPoint
&40;
const FRay & WorldRay,
FVector & PointOut
&41;
true if a Focus Point was found, can return false if (eg) the ray missed the target objects
Parameters
| Name | Description |
|---|---|
| WorldRay | 3D Ray that should be used to find the focus point, generally ray under cursor |
| PointOut | computed Focus Point |