ULineBatchComponent::DrawLines

Provide many lines to draw - faster than calling DrawLine many times.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/LineBatchComponent.h

Include

#include "Components/LineBatchComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/Components/LineBatchComponent.cpp

Syntax

void DrawLines
(
    const TArray< FBatchedLine > & InLines
)

Remarks

Provide many lines to draw - faster than calling DrawLine many times.

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