FDMXPixelMappingDownsamplePixelParam

Downsample pixel rendering params Using for pixel rendering in downsample rendering pipeline

Windows
MacOS
Linux

References

Module

DMXPixelMappingRenderer

Header

/Engine/Plugins/Experimental/DigitalMultiplex/DMXPixelMapping/Source/DMXPixelMappingRenderer/Public/IDMXPixelMappingRenderer.h

Include

#include "IDMXPixelMappingRenderer.h"

Syntax

struct FDMXPixelMappingDownsamplePixelParam

Remarks

Downsample pixel rendering params Using for pixel rendering in downsample rendering pipeline

Variables

Name Description

Public variable

bool

 

bStaticCalculateUV

Calculates the UV point to sample purely on the UV position/size.

Public variable

EDMXPixelBlendi...

 

CellBlendingQuality

The quality of color samples in the pixel shader(number of samples)

Public variable

FIntVector4

 

InvertPixel

RGBA pixel flag for inversion

Public variable

FVector4

 

PixelFactor

RGBA pixel multiplication

Public variable

FIntPoint

 

Position

Position in screen pixels of the top left corner of the quad

Public variable

FVector2D

 

UV

Position in texels of the top left corner of the quad's UV's

Public variable

FVector2D

 

UVCellSize

Size in texels of UV.May match UVSize

Public variable

FVector2D

 

UVSize

Size in texels of the quad's total UV space

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