Navigation
API > API/Plugins > API/Plugins/DrawDebugLibrary > API/Plugins/DrawDebugLibrary/UDrawDebugLibrary
Description
Debug Draw some text to the visual logger. Will do nothing if not using a VisualLoggerDrawer. Will not display on-screen during recording.
| Name | VisualLoggerDrawText |
| 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="Text, Location"))
static void VisualLoggerDrawText
(
const FDebugDrawer & Drawer,
const FText & Text,
const FVector & Location,
const FLinearColor Color
)