FToolDataVisualizer::DrawWireCylinder

Draw a 3D cylinder, parameterized the same as the 3D circle but extruded by Height

Windows
MacOS
Linux

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Public/ToolDataVisualizer.h

Include

#include "ToolDataVisualizer.h"

Syntax

template<typename PointType>
void DrawWireCylinder
(
    const PointType & Position,
    const PointType & Normal,
    float Radius,
    float Height,
    int Steps
)

Remarks

Draw a 3D cylinder, parameterized the same as the 3D circle but extruded by Height

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss