Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/DrawDebugHelpers.h |
| Include | #include "DrawDebugHelpers.h" |
| Source | /Engine/Source/Runtime/Engine/Private/DrawDebugHelpers.cpp |
void DrawDebugCanvas2DCircle
(
UCanvas * Canvas,
const FVector2D & Center,
float Radius,
int32 NumSides,
const FLinearColor & LineColor,
const float & LineThickness
)