DrawWireStar

Draws a axis-aligned 3 line star.

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 DrawWireStar
(
    class FPrimitiveDrawInterface * PDI,
    const FVector & Position,
    float Size,
    const FLinearColor & Color,
    uint8 DepthPriority
)

Remarks

Draws a axis-aligned 3 line star.

Parameters

Parameter

Description

PDI

Draw interface.

Position

Position of the star.

Size

Size of the star

InColor

Color of the arrow.

DepthPriority

Depth priority for the star.

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