Navigation
API > API/Plugins > API/Plugins/DMXPixelMappingRenderer
Interface for the object responsible to render the pixel map
| Name | IRenderPixelMapProxy |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXPixelMapping/Source/DMXPixelMappingRenderer/Public/DMXPixelMappingPixelMapRenderer.h |
| Include Path | #include "DMXPixelMappingPixelMapRenderer.h" |
Syntax
class IRenderPixelMapProxy : public TSharedFromThis< IRenderPixelMapProxy >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → IRenderPixelMapProxy
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IRenderPixelMapProxy() |
DMXPixelMappingPixelMapRenderer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Render
(
UTexture* InInputTexture, |
Pixelmapping specific, downsample and draw input texture to destination texture. | DMXPixelMappingPixelMapRenderer.h |