UCheatManager::AddCapsuleSweepDebugInfo

Add Debug Trace info into current index - used when DebugCapsuleSweepPawn is on

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/GameFramework/CheatManager.h

Include

#include "GameFramework/CheatManager.h"

Source

/Engine/Source/Runtime/Engine/Private/CheatManager.cpp

Syntax

void AddCapsuleSweepDebugInfo
(
    const FVector & LineTraceStart,
    const FVector & LineTraceEnd,
    const FVector & HitImpactLocation,
    const FVector & HitNormal,
    const FVector & HitImpactNormal,
    const FVector & HitLocation,
    float CapsuleHalfheight,
    float CapsuleRadius,
    bool bTracePawn,
    bool bInsideOfObject
)

Remarks

Add Debug Trace info into current index - used when DebugCapsuleSweepPawn is on

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