Navigation
Unreal Engine C++ API Reference > Plugins > DMXPixelMappingRenderer
Inheritance Hierarchy
- TSharedFromThis
- IRenderPixelMapProxy
References
Module | DMXPixelMappingRenderer |
Header | /Engine/Plugins/VirtualProduction/DMX/DMXPixelMapping/Source/DMXPixelMappingRenderer/Public/DMXPixelMappingPixelMapRenderer.h |
Include | #include "DMXPixelMappingPixelMapRenderer.h" |
Syntax
class IRenderPixelMapProxy : public TSharedFromThis< IRenderPixelMapProxy >
Remarks
Interface for the object responsible to render the pixel map
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | Render
(
UTexture* InInputTexture, |
Pixelmapping specific, downsample and draw input texture to destination texture. |