Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/FToolDataVisualizer
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/ToolDataVisualizer.h |
| Include | #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
)
Remarks
Draw a 3D disc at given position/normal with the given parameters. Tangent axes are defined internally