Navigation
API > API/Runtime > API/Runtime/Engine
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DrawDebugCapsuleTraceSingle
(
const UWorld* World, |
Debug Drawing for single trace capsules using rotation FRotator::ZeroRotator. | KismetTraceUtils.h | |
void DrawDebugCapsuleTraceSingle
(
const UWorld* World, |
Debug Drawing for single trace capsules with orientation. | KismetTraceUtils.h |
DrawDebugCapsuleTraceSingle(const UWorld *, const FVector &, const FVector &, float, float, EDrawDebugTrace::Type, bool, const FHitResult &, FLinearColor, FLinearColor, float)
Description
Debug Drawing for single trace capsules using rotation FRotator::ZeroRotator.
| Name | DrawDebugCapsuleTraceSingle |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/KismetTraceUtils.h |
| Include Path | #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
)
DrawDebugCapsuleTraceSingle(const UWorld *, const FVector &, const FVector &, float, float, const FRotator &, EDrawDebugTrace::Type, bool, const FHitResult &, FLinearColor, FLinearColor, float)
Description
Debug Drawing for single trace capsules with orientation.
| Name | DrawDebugCapsuleTraceSingle |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/KismetTraceUtils.h |
| Include Path | #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,
const FRotator & Orientation,
EDrawDebugTrace::Type DrawDebugType,
bool bHit,
const FHitResult & OutHit,
FLinearColor TraceColor,
FLinearColor TraceHitColor,
float DrawTime
)