Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/DrawDebugCapsuleTraceSingle
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/KismetTraceUtils.h |
| Include | #include "KismetTraceUtils.h" |
| Source | /Engine/Source/Runtime/Engine/Private/KismetTraceUtils.cpp |
void DrawDebugCapsuleTraceSingle
(
const UWorld * World,
const FVector & Start,
const FVector & End,
float Radius,
float HalfHeight,
EDrawDebugTrace::Type DrawDebugType,
bool bHit,
const FHitResult & OutHit,
FLinearColor TraceColor,
FLinearColor TraceHitColor,
float DrawTime
)
Remarks
Debug Drawing for single trace capsules using rotation FRotator::ZeroRotator.