DrawDebugCapsule

Draw a capsule using the LineBatcher

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/DrawDebugHelpers.h

Include

#include "DrawDebugHelpers.h"

Source

/Engine/Source/Runtime/Engine/Private/DrawDebugHelpers.cpp

Syntax

void DrawDebugCapsule
(
    const UWorld * InWorld,
    FVector const & Center,
    float HalfHeight,
    float Radius,
    const FQuat & Rotation,
    FColor const & Color,
    bool bPersistentLines,
    float LifeTime,
    uint8 DepthPriority,
    float Thickness
)

Remarks

Draw a capsule using the LineBatcher

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