Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/DrawDebugCanvas2DLine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/DrawDebugHelpers.h |
| Include | #include "DrawDebugHelpers.h" |
| Source | /Engine/Source/Runtime/Engine/Private/DrawDebugHelpers.cpp |
void DrawDebugCanvas2DLine
(
UCanvas * Canvas,
const FVector2D & StartPosition,
const FVector2D & EndPosition,
const FLinearColor & LineColor,
const float & LineThickness
)