Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/SceneManagement.h |
| Include | #include "SceneManagement.h" |
| Source | /Engine/Source/Runtime/Engine/Private/PrimitiveDrawingUtils.cpp |
void DrawConnectedArrow
(
class FPrimitiveDrawInterface * PDI,
const FMatrix & ArrowToWorld,
const FLinearColor & Color,
float ArrowHeight,
float ArrowWidth,
uint8 DepthPriority,
float Thickness,
int32 NumSpokes
)
Remarks
Draws a directional arrow with connected spokes.
Parameters
| Name | Description |
|---|---|
| PDI | Draw interface. |
| ArrowToWorld | Transform matrix for the arrow. |
| Color | Color of the arrow. |
| ArrowHeight | Height of the the arrow head. |
| ArrowWidth | Width of the arrow head. |
| DepthPriority | Depth priority for the arrow. |
| Thickness | Thickness of the lines used to draw the arrow. |
| NumSpokes | Number of spokes used to make the arrow head. |