FToolDataVisualizer::InternalDrawWireCylinder

Actually does the cylinder drawing

Windows
MacOS
Linux

References

Module

InteractiveToolsFramework

Header

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

Include

#include "ToolDataVisualizer.h"

Source

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Private/ToolDataVisualizer.cpp

Syntax

virtual void InternalDrawWireCylinder
(
    const FVector & Position,
    const FVector & Normal,
    float Radius,
    float Height,
    int Steps,
    const FLinearColor & Color,
    float LineThickness,
    bool bDepthTested
)

Remarks

Actually does the cylinder drawing

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