Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Debug
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UReporterBase
- UReporterGraph
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Debug/ReporterBase.h |
| Include | #include "Debug/ReporterBase.h" |
Syntax
UCLASS (Abstract)
class UReporterBase : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bVisible | Is this reporter visible |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UReporterBase
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Main draw call for the Reporter. | ||
| void | DrawLine
(
UCanvas* Canvas, |
Helper to draw a line from normalized to screen space | |
| void | DrawTriangle
(
UCanvas* Canvas, |
Helper to draw a triangle from normalized to screen space | |
| FVector2D | ToScreenSpace
(
const FVector2D& InVector, |
Helper to convert vectors from normalized into screen space |