Navigation
API > API/Plugins > API/Plugins/DMXPixelMappingRenderer
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FPixelMapRenderElement
References
| Module | DMXPixelMappingRenderer |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXPixelMapping/Source/DMXPixelMappingRenderer/Public/DMXPixelMappingRenderElement.h |
| Include | #include "DMXPixelMappingRenderElement.h" |
Syntax
class FPixelMapRenderElement : public TSharedFromThis< FPixelMapRenderElement >
Remarks
An element rendered by the pixel map renderer
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPixelMapRenderElement
(
FPixelMapRenderElementParameters InParameters |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FLinearColor | GetColor () |
Gets the pixel color, thread safe | |
| FPixelMapRenderElementParameters | Gets the parameters, thread-safe | ||
| void | SetColor
(
const FLinearColor& Color |
Sets the pixel color, thread safe. This is called from the renderer to set the rendered color. | |
| void | SetParameters
(
FPixelMapRenderElementParameters InParameters |
Sets the parameters, thread-safe |