Navigation
API > API/Plugins > API/Plugins/DrawDebugLibrary > API/Plugins/DrawDebugLibrary/UDrawDebugLibrary
Description
Debug Draw lines. These should be preferred over DrawDebugLine where possible as it will batch drawing when required such as when using the visual logger.
| Name | DrawDebugLines |
| Type | function |
| Header File | /Engine/Plugins/Experimental/DrawDebugLibrary/Source/DrawDebugLibrary/Public/DrawDebugLibrary.h |
| Include Path | #include "DrawDebugLibrary.h" |
| Source | /Engine/Plugins/Experimental/DrawDebugLibrary/Source/DrawDebugLibrary/Private/DrawDebugLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="Draw Debug Library",
Meta=(DevelopmentOnly, AutoCreateRefTerm="StartLocations, EndLocations, LineStyle"))
static void DrawDebugLines
(
const FDebugDrawer & Drawer,
const TArray < FVector > & StartLocations,
const TArray < FVector > & EndLocations,
const FDrawDebugLineStyle & LineStyle,
const bool bDepthTest
)