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