Navigation
API > API/Plugins > API/Plugins/DrawDebugLibrary > API/Plugins/DrawDebugLibrary/UDrawDebugLibrary
Description
Make a debug drawer for the default viewport canvas. This is expensive so should be called once and stored.
| Name | MakeScreenDebugDrawer |
| 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 (BlueprintPure=false, Category="Draw Debug Library", Meta=(DevelopmentOnly))
static FDebugDrawer MakeScreenDebugDrawer
(
const float Scale
)