FToolDataVisualizer::InternalDrawTransformedLine

Actually does the line drawing; assumes A and B are already transformed

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 InternalDrawTransformedLine
(
    const FVector & A,
    const FVector & B,
    const FLinearColor & Color,
    float LineThickness,
    bool bDepthTested
)

Remarks

Actually does the line drawing; assumes A and B are already transformed

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