Navigation
API > API/Plugins > API/Plugins/DrawDebugLibrary
Settings for debug drawing arrows
| Name | FDrawDebugArrowSettings |
| 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 FDrawDebugArrowSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ArrowHeadEndSize | float | Size of the end arrow head | DrawDebugLibrary.h |
|
| ArrowHeadEndType | EDrawDebugArrowHead | Type of end arrow head | DrawDebugLibrary.h |
|
| ArrowHeadStartSize | float | Size of the start arrow head | DrawDebugLibrary.h |
|
| ArrowHeadStartType | EDrawDebugArrowHead | Type of start arrow head | DrawDebugLibrary.h |
|
| bArrowheadOnEnd | bool | If to draw an arrow head on the end of the arrow | DrawDebugLibrary.h |
|
| bArrowheadOnStart | bool | If to draw an arrow head on the start of the arrow | DrawDebugLibrary.h |
|
| bArrowLineEndsAtEndHead | bool | If the line should end at the end arrow head | DrawDebugLibrary.h |
|
| bArrowLineEndsAtStartHead | bool | If the line should end at the start arrow head | DrawDebugLibrary.h |
|