Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FDebugRenderSceneProxy
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/DebugRenderSceneProxy.h |
| Include | #include "DebugRenderSceneProxy.h" |
| Source | /Engine/Source/Runtime/Engine/Private/DebugRenderSceneProxy.cpp |
void DrawLineArrow
&40;
FPrimitiveDrawInterface &42; PDI,
const FVector & Start,
const FVector & End,
const FColor & Color,
float Mag
&41; const
Remarks
Draws a line with an arrow at the end.
Draws a line with an arrow at the end.
Parameters
| Name | Description |
|---|---|
| PDI | Draw interface to render to |
| Start | Starting point of the line. |
| End | Ending point of the line. |
| Color | Color of the line. |
| Mag | Size of the arrow. |
| Start | Starting point of the line. |
| End | Ending point of the line. |
| Color | Color of the line. |
| Mag | Size of the arrow. |