DrawDebugSolidBox

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

DrawDebugSolidBox

(
    const UWorld* InWorld,
    FBox const& Box,
    FColor const& Color,
    const FTransform& Transform,
    bool bPersistent,
    float LifeTime,
    uint8 DepthPriority
)

Draw a solid box.

Public function

void

 

DrawDebugSolidBox

(
    const UWorld* InWorld,
    FVector const& Center,
    FVector const& Extent,
    FColor const& Color,
    bool bPersistent,
    float LifeTime,
    uint8 DepthPriority
)

Draw a Debug box from (Center, Extent) with no rotation (axis-aligned)

Public function

void

 

DrawDebugSolidBox

(
    const UWorld* InWorld,
    FVector const& Center,
    FVector const& Extent,
    FQuat const& Rotation,
    FColor const& Color,
    bool bPersistent,
    float LifeTime,
    uint8 DepthPriority
)

Draw a Debug box from (Center, Extent) with specified Rotation

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