ULineSetComponent::AddLine

Create and add a line to be rendered using the component.

Windows
MacOS
Linux

References

Module

ModelingComponents

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingComponents/Public/Drawing/LineSetComponent.h

Include

#include "Drawing/LineSetComponent.h"

Syntax

int32 AddLine
(
    const FVector & InStart,
    const FVector & InEnd,
    const FColor & InColor,
    const float InThickness,
    const float InDepthBias
)

Remarks

Create and add a line to be rendered using the component.

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