Navigation
API > API/Plugins > API/Plugins/DrawDebugLibrary
Settings for debug drawing graphs axes
| Name | FDrawDebugGraphAxesSettings |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/DrawDebugLibrary/Source/DrawDebugLibrary/Public/DrawDebugLibrary.h |
| Include Path | #include "DrawDebugLibrary.h" |
Syntax
USTRUCT (BlueprintType , Category="Draw Debug Library")
struct FDrawDebugGraphAxesSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AxisLabelSettings | FDrawDebugStringSettings | Settings for the axis labels | DrawDebugLibrary.h |
|
| Title | FString | Title of the graph | DrawDebugLibrary.h |
|
| TitleSettings | FDrawDebugStringSettings | Settings for the title | DrawDebugLibrary.h |
|
| XaxisLabel | FString | Label for the X axis | DrawDebugLibrary.h |
|
| YaxisLabel | FString | Label for the Y axis | DrawDebugLibrary.h |
|