Navigation
API > API/Plugins > API/Plugins/MeshModelingTools > API/Plugins/MeshModelingTools/UEditMeshPolygonsTool
- IInteractiveToolCameraFocusAPI::GetWorldSpaceFocusPoint()
- USingleSelectionTool::GetWorldSpaceFocusPoint()
- UEditMeshPolygonsTool::GetWorldSpaceFocusPoint()
References
| Module | MeshModelingTools |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/EditMeshPolygonsTool.h |
| Include | #include "EditMeshPolygonsTool.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Private/EditMeshPolygonsTool.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 |