Navigation
API > API/Plugins > API/Plugins/DMXPixelMappingRenderer
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- IDMXPixelMappingRenderer
References
| Module | DMXPixelMappingRenderer |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXPixelMapping/Source/DMXPixelMappingRenderer/Public/IDMXPixelMappingRenderer.h |
| Include | #include "IDMXPixelMappingRenderer.h" |
Syntax
class IDMXPixelMappingRenderer : public TSharedFromThis< IDMXPixelMappingRenderer >
Remarks
The public interface of the Pixel Mapping renderer instance interface.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Brightness | Brightness multiplier for the renderer |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | DownsampleRender
(
const FTextureResource* InputTexture, |
Pixelmapping specific, downsample and draw input texture to destination texture. | |
| void | RenderMaterial
(
UTextureRenderTarget2D* InRenderTarget, |
Render material into the RenderTarget2D | |
| void | RenderPreview
(
const FTextureResource* TextureResource, |
Render preview with one or multiple downsampled textures | |
| void | RenderTextureToRectangle
(
const FTextureResource* InTextureResource, |
Rendering input texture to render target | |
| void | RenderWidget
(
UTextureRenderTarget2D* InRenderTarget, |
Render material into the RenderTarget2D | |
| void | SetBrightness
(
const float InBrightness |
Sets the brigthness of the renderer |
Typedefs
| Name | Description |
|---|---|
| DownsampleReadCallback |