Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/FToolDataVisualizer
Description
Draw a 3D circle at given position/normal with the given parameters. Tangent axes are defined internally
| Name | DrawViewFacingCircle |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/ToolDataVisualizer.h |
| Include Path | #include "ToolDataVisualizer.h" |
template<typename PointType>
void DrawViewFacingCircle
(
const PointType & Position,
float Radius,
int Steps,
const FLinearColor & Color,
float LineThicknessIn,
bool bDepthTestedIn
)