Navigation
API > API/Plugins > API/Plugins/DrawDebugLibrary > API/Plugins/DrawDebugLibrary/UDrawDebugLibrary
Description
Draws all of the active curve values from a skeletal mesh component as CanvasText. Only does anything with Screen or Canvas drawers.
| Name | DrawDebugCurvesToCanvasFromSkeletalMeshComponent |
| 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="Location, Settings"))
static void DrawDebugCurvesToCanvasFromSkeletalMeshComponent
(
const FDebugDrawer & Drawer,
const USkeletalMeshComponent * SkeletalMeshComponent,
const FVector2D & Location,
const FLinearColor Color,
const FDrawDebugCanvasTextSettings & Settings
)