Navigation
API > API/Runtime > API/Runtime/Engine
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DrawDebugBox
(
const UWorld* InWorld, |
Draw a debug box | DrawDebugHelpers.h | |
void DrawDebugBox
(
const UWorld* InWorld, |
Draw a debug box with rotation | DrawDebugHelpers.h |
DrawDebugBox(const UWorld *, FVector const &, FVector const &, FColor const &, bool, float, uint8, float)
Description
Draw a debug box
| Name | DrawDebugBox |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/DrawDebugHelpers.h |
| Include Path | #include "DrawDebugHelpers.h" |
| Source | /Engine/Source/Runtime/Engine/Private/DrawDebugHelpers.cpp |
void DrawDebugBox
(
const UWorld * InWorld,
FVector const & Center,
FVector const & Extent,
FColor const & Color,
bool bPersistentLines,
float LifeTime,
uint8 DepthPriority,
float Thickness
)
DrawDebugBox(const UWorld *, FVector const &, FVector const &, const FQuat &, FColor const &, bool, float, uint8, float)
Description
Draw a debug box with rotation
| Name | DrawDebugBox |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/DrawDebugHelpers.h |
| Include Path | #include "DrawDebugHelpers.h" |
| Source | /Engine/Source/Runtime/Engine/Private/DrawDebugHelpers.cpp |
void DrawDebugBox
(
const UWorld * InWorld,
FVector const & Center,
FVector const & Extent,
const FQuat & Rotation,
FColor const & Color,
bool bPersistentLines,
float LifeTime,
uint8 DepthPriority,
float Thickness
)