Navigation
API > API/Plugins > API/Plugins/DMXPixelMappingRenderer
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDMXPixelMappingPixelMapRenderer
References
| Module | DMXPixelMappingRenderer |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXPixelMapping/Source/DMXPixelMappingRenderer/Public/DMXPixelMappingPixelMapRenderer.h |
| Include | #include "DMXPixelMappingPixelMapRenderer.h" |
Syntax
UCLASS ()
class UDMXPixelMappingPixelMapRenderer : public UObject
Remarks
Maps pixel map render elements to pixels
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Render
(
UTexture* InputTexture, |
Renders the current elements | |
| void | SetElements
(
const TArray< TSharedRef< UE::DMXPixelMapping::Rendering::FPixelMapRenderElement > >& InElements |
DEPRECATED 5.4 - Sets the elements to render | |
| void | SetElements
(
const TArray< TSharedRef< UE::DMXPixelMapping::Rendering::FPixelMapRenderElement > >& InElements, |
Sets the elements to render |
Constants
| Name | Description |
|---|---|
| MaxPixelMapSize |