DrawDebugSolidPlane

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

DrawDebugSolidPlane

(
    const UWorld* InWorld,
    FPlane const& P,
    FVector const& Loc,
    float Size,
    FColor const& Color,
    bool bPersistent,
    float LifeTime,
    uint8 DepthPriority
)

Loc is an anchor point in the world to guide which part of the infinite plane to draw.

Public function

void

 

DrawDebugSolidPlane

(
    const UWorld* InWorld,
    FPlane const& P,
    FVector const& Loc,
    FVector2D const& Extents,
    FColor const& Color,
    bool bPersistent,
    float LifeTime,
    uint8 DepthPriority
)

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