debug draw class to draw debug shapes on screen.
Verse using statement |
using { /UnrealEngine.com/Temporary/Diagnostics } |
Members
This class has both data members and functions.
Data
| Data Member Name | Type | Description |
|---|---|---|
Channel |
debug_draw_channel |
Channel will be used to clear specific debug draw. |
Functions
| Function Name | Description |
|---|---|
ShowChannel |
Show Debug Draw for the channel for all users. |
HideChannel |
Hide Debug Draw for the channel for all users. |
ClearChannel |
Clears all debug draw for the channel. |
Clear |
Clears all debug draw from this debug_draw instance. |
DrawSphere |
Draws a sphere at the named location, and using the provided draw parameters. |
DrawSphere |
Draws a sphere at the named location, and using the provided draw parameters. |
DrawBox |
Draws a box at the named location, and using the provided draw parameters |
DrawBox |
Draws a box at the named location, and using the provided draw parameters |
DrawCapsule |
Draws a capsule at the named location, and using the provided draw parameters. |
DrawCapsule |
Draws a capsule at the named location, and using the provided draw parameters. |
DrawCone |
Draws a cone at the named location, and using the provided draw parameters. |
DrawCone |
Draws a cone at the named location, and using the provided draw parameters. |
DrawCylinder |
Draws a cylinder at the named location, and using the provided draw parameters. |
DrawCylinder |
Draws a cylinder at the named location, and using the provided draw parameters. |
DrawLine |
Draws a line from Start to End locations, and using the provided draw parameters. |
DrawLine |
Draws a line from Start to End locations, and using the provided draw parameters. |
DrawPoint |
Draws a point at the named location, and using the provided draw parameters. |
DrawPoint |
Draws a point at the named location, and using the provided draw parameters. |
DrawArrow |
Draws an arrow pointing from Start to End locations, and using the provided draw parameters. |
DrawArrow |
Draws an arrow pointing from Start to End locations, and using the provided draw parameters. |
DrawText |
Draws a 3D text using the provided draw parameters. |
DrawText |
Draws a 3D text using the provided draw parameters. |