Navigation
API > API/Runtime > API/Runtime/Engine
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DrawDebugSolidBox
(
const UWorld* InWorld, |
Draw a solid box. | DrawDebugHelpers.h | |
void DrawDebugSolidBox
(
const UWorld* InWorld, |
Draw a Debug box from (Center, Extent) with no rotation (axis-aligned) | DrawDebugHelpers.h | |
void DrawDebugSolidBox
(
const UWorld* InWorld, |
Draw a Debug box from (Center, Extent) with specified Rotation | DrawDebugHelpers.h |
DrawDebugSolidBox(const UWorld *, FBox const &, FColor const &, const FTransform &, bool, float, uint8)
Description
Draw a solid box. Various API's provided for convenience, including ones that use FBox as well as ones that prefer (Center, Extent). Draw a Debug box with optional transform.
| Name | DrawDebugSolidBox |
| 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 DrawDebugSolidBox
(
const UWorld * InWorld,
FBox const & Box,
FColor const & Color,
const FTransform & Transform,
bool bPersistent,
float LifeTime,
uint8 DepthPriority
)
DrawDebugSolidBox(const UWorld *, FVector const &, FVector const &, FColor const &, bool, float, uint8)
Description
Draw a Debug box from (Center, Extent) with no rotation (axis-aligned)
| Name | DrawDebugSolidBox |
| 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 DrawDebugSolidBox
(
const UWorld * InWorld,
FVector const & Center,
FVector const & Extent,
FColor const & Color,
bool bPersistent,
float LifeTime,
uint8 DepthPriority
)
DrawDebugSolidBox(const UWorld *, FVector const &, FVector const &, FQuat const &, FColor const &, bool, float, uint8)
Description
Draw a Debug box from (Center, Extent) with specified Rotation
| Name | DrawDebugSolidBox |
| 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 DrawDebugSolidBox
(
const UWorld * InWorld,
FVector const & Center,
FVector const & Extent,
FQuat const & Rotation,
FColor const & Color,
bool bPersistent,
float LifeTime,
uint8 DepthPriority
)