Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FDebugRenderSceneProxy
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/DebugRenderSceneProxy.h |
| Include | #include "DebugRenderSceneProxy.h" |
Syntax
struct FDebugLine
Remarks
Struct to hold info about lines to render.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FColor | Color | ||
| FVector | End | ||
| FVector | Start | ||
| float | Thickness |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDebugLine
(
const FVector& InStart, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Draw
(
FPrimitiveDrawInterface* PDI |