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 DrawWireStar
(
class FPrimitiveDrawInterface * PDI,
const FVector & Position,
float Size,
const FLinearColor & Color,
uint8 DepthPriority
)
Remarks
Draws a axis-aligned 3 line star.
Parameters
| Name | 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. |