Navigation
API > API/Plugins > API/Plugins/DrawDebugLibrary > API/Plugins/DrawDebugLibrary/UDrawDebugLibrary
Description
Debug Draw points. These should be preferred over DrawDebugPoint where possible as it will batch drawing when required such as when using the visual logger.
| Name | DrawDebugPoints |
| 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="Locations, PointStyle"))
static void DrawDebugPoints
(
const FDebugDrawer & Drawer,
const TArray < FVector > & Locations,
const FDrawDebugPointStyle & PointStyle,
const bool bDepthTest
)