Navigation
API > API/Runtime > API/Runtime/Renderer
References
| Module | Renderer |
| Header | /Engine/Source/Runtime/Renderer/Public/ViewDebug.h |
| Include | #include "ViewDebug.h" |
Syntax
struct FViewDebugInfo
Remarks
A collection of debug data associated with the current on screen view.
Constructors
No constructors are accessible with public or protected access.
Functions
| Type | Name | Description | |
|---|---|---|---|
| FDelegateHandle | AddUpdateHandler
(
void(*)() Func |
||
| FDelegateHandle | AddUpdateHandler
(
UserClass* UserObject, |
||
| void | DumpToCSV () |
Writes the currently stored information out to a CSV file. | |
| void | ForEachPrimitive
(
CallableT Action |
Performs an operation for each primitive currently tracked. | |
| FViewDebugInfo & | Get () |
Gets a reference to the view debug information that is used by the renderer. | |
| bool | Checks if this debug information has ever been updated. | ||
| bool | IsOutOfDate () |
Checks if current information is from an older frame. | |
| void | ProcessPrimitives
(
FScene* Scene, |
||
| void | RemoveUpdateHandler
(
const FDelegateHandle& Handle |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FPrimitiveInfo | Data collected about a single primitive being drawn to the screen. |
Constants
| Name | Description |
|---|---|
| Instance |