UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FPixelInspectorRequest Class Reference

#include <RendererInterface.h>

Public Member Functions

 FPixelInspectorRequest ()
 
void SetRequestData (FVector2f SrcViewportUV, int32 TargetBufferIndex, int32 ViewUniqueId, int32 GBufferFormat, bool StaticLightingEnable, float InPreExposure)
 
void MarkSendToRendering ()
 
 ~FPixelInspectorRequest ()
 

Public Attributes

bool RenderingCommandSend
 
int32 FrameCountAfterRenderingCommandSend
 
int32 RequestTickSinceCreation
 
bool RequestComplete
 
FVector2f SourceViewportUV
 
int32 BufferIndex
 
int32 ViewId
 
int32 GBufferPrecision
 
bool AllowStaticLighting
 
float PreExposure
 

Detailed Description

Class use to add FScene pixel inspect request

Constructor & Destructor Documentation

◆ FPixelInspectorRequest()

FPixelInspectorRequest::FPixelInspectorRequest ( )
inline

◆ ~FPixelInspectorRequest()

FPixelInspectorRequest::~FPixelInspectorRequest ( )
inline

Member Function Documentation

◆ MarkSendToRendering()

void FPixelInspectorRequest::MarkSendToRendering ( )
inline

◆ SetRequestData()

void FPixelInspectorRequest::SetRequestData ( FVector2f  SrcViewportUV,
int32  TargetBufferIndex,
int32  ViewUniqueId,
int32  GBufferFormat,
bool  StaticLightingEnable,
float  InPreExposure 
)
inline

Member Data Documentation

◆ AllowStaticLighting

bool FPixelInspectorRequest::AllowStaticLighting

◆ BufferIndex

int32 FPixelInspectorRequest::BufferIndex

◆ FrameCountAfterRenderingCommandSend

int32 FPixelInspectorRequest::FrameCountAfterRenderingCommandSend

◆ GBufferPrecision

int32 FPixelInspectorRequest::GBufferPrecision

◆ PreExposure

float FPixelInspectorRequest::PreExposure

◆ RenderingCommandSend

bool FPixelInspectorRequest::RenderingCommandSend

◆ RequestComplete

bool FPixelInspectorRequest::RequestComplete

◆ RequestTickSinceCreation

int32 FPixelInspectorRequest::RequestTickSinceCreation

◆ SourceViewportUV

FVector2f FPixelInspectorRequest::SourceViewportUV

◆ ViewId

int32 FPixelInspectorRequest::ViewId

The documentation for this class was generated from the following file: