DrawConnectedArrow

Draws a directional arrow with connected spokes.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/SceneManagement.h

Include

#include "SceneManagement.h"

Source

/Engine/Source/Runtime/Engine/Private/PrimitiveDrawingUtils.cpp

Syntax

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

Parameter

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss