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