Navigation
Unreal Engine C++ API Reference > Plugins > DMXPixelMappingRenderer
Deprecated * Deprecated in favor of FPixelMapRenderElement.
References
Module | DMXPixelMappingRenderer |
Header | /Engine/Plugins/VirtualProduction/DMX/DMXPixelMapping/Source/DMXPixelMappingRenderer/Public/IDMXPixelMappingRenderer.h |
Include | #include "IDMXPixelMappingRenderer.h" |
Syntax
struct FDMXPixelMappingDownsamplePixelParamsV2
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
bool | bStaticCalculateUV | Calculates the UV point to sample purely on the UV position/size. |
![]() |
EDMXPixelBlendingQuality | CellBlendingQuality | The quality of color samples in the pixel shader(number of samples) |
![]() |
FIntPoint | Position | Position in screen pixels of the top left corner of the quad |
![]() |
FVector2D | UV | Position in texels of the top left corner of the quad's UV's |
![]() |
FVector2D | UVCellSize | Size in texels of UV.May match UVSize |
![]() |
FVector2D | UVSize | Size in texels of the quad's total UV space |