DrawCoordinateSystem

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

DrawCoordinateSystem

(
    FPrimitiveDrawInterface* PDI,
    FVector const& AxisLoc,
    FRotator const& AxisRot,
    float Scale,
    uint8 DepthPriority,
    float Thickness
)

Draws a coordinate system (Red for X axis, Green for Y axis, Blue for Z axis).

Public function

void

 

DrawCoordinateSystem

(
    FPrimitiveDrawInterface* PDI,
    FVector const& AxisLoc,
    FRotator const& AxisRot,
    float Scale,
    const FLinearColor& InColor,
    uint8 DepthPriority,
    float Thickness
)

Draws a coordinate system with a fixed color.

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