FDrawEvent

Class that logs draw events based upon class scope. Draw events can be seen in PIX

Windows
MacOS
Linux

Inheritance Hierarchy

FDrawEvent

TDrawEvent

References

Module

RenderCore

Header

/Engine/Source/Runtime/RenderCore/Public/ProfilingDebugging/RealtimeGPUProfiler.h

Include

#include "ProfilingDebugging/RealtimeGPUProfiler.h"

Syntax

struct FDrawEvent

Remarks

Class that logs draw events based upon class scope. Draw events can be seen in PIX

Variables

Name Description

Public variable

FRHIComputeComm...

 

RHICmdList

Cmdlist to push onto.

Constructors

Name Description

Public function

FDrawEvent()

Default constructor, initializing all member variables.

Destructors

Name Description

Public function

~FDrawEvent()

Terminate the event based upon scope

Functions

Name Description

Public function

voidCDECL

 

Start

(
    FRHIComputeCommandList& RHICmdList,
    FColor Color,
    const TCHAR* Fmt,
    ...
)

Function for logging a PIX event with var args

Public function

void

 

Stop()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss