DrawCapsuleSweeps

Draw capsule sweep results

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/CollisionDebugDrawingPublic.h

Include

#include "CollisionDebugDrawingPublic.h"

Source

/Engine/Source/Runtime/Engine/Private/Collision/CollisionDebugDrawing.cpp

Syntax

void DrawCapsuleSweeps
(
    const UWorld * InWorld,
    const FVector & Start,
    const FVector & End,
    float HalfHeight,
    float Radius,
    const FQuat & Rotation,
    const TArray< FHitResult > & Hits,
    float Lifetime
)

Remarks

Draw capsule sweep results

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