Navigation
API > API/Runtime > API/Runtime/RenderCore
| Name | FPixelRenderCounters |
| Type | class |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderCounters.h |
| Include Path | #include "RenderCounters.h" |
Syntax
class FPixelRenderCounters
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurrentPixelDisplayCount | uint32 | RenderCounters.h | ||
| CurrentPixelRenderCount | uint32 | RenderCounters.h | ||
| PrevPixelDisplayCount | uint32 | RenderCounters.h | ||
| PrevPixelRenderCount | uint32 | RenderCounters.h | ||
| RenderResolution | FIntPoint | RenderCounters.h | ||
| ResolutionFraction | float | RenderCounters.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddViewStatistics
(
float InResolutionFraction, |
RenderCounters.h | ||
uint32 GetPixelDisplayCount() |
RenderCounters.h | ||
uint32 GetPixelRenderCount() |
RenderCounters.h | ||
FIntPoint GetRenderResolution() |
RenderCounters.h | ||
float GetResolutionFraction() |
RenderCounters.h |