FDebugBox

Struct to hold info about boxes to render.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/DebugRenderSceneProxy.h

Include

#include "DebugRenderSceneProxy.h"

Syntax

struct FDebugBox

Remarks

Struct to hold info about boxes to render.

Variables

Name Description

Public variable

FBox

 

Box

Public variable

FColor

 

Color

Public variable

FTransform

 

Transform

Constructors

Name Description

Public function

FDebugBox

(
    const FBox& InBox,
    const FColor& InColor
)

Public function

FDebugBox

(
    const FBox& InBox,
    const FColor& InColor,
    const FTransform& InTransform
)

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