Navigation
Unreal Engine C++ API Reference > Runtime > Engine > FPrimitiveDrawInterface
- FPrimitiveDrawInterface::DrawLine()
- FSimpleElementCollector::DrawLine()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/SceneManagement.h |
Include | #include "SceneManagement.h" |
void DrawLine
&40;
const FVector & Start,
const FVector & End,
const FLinearColor & Color,
uint8 DepthPriorityGroup,
float Thickness,
float DepthBias,
bool bScreenSpace
&41;
Remarks
Draw an opaque line. The alpha component of Color is ignored.