Navigation
API > API/Plugins > API/Plugins/DMXPixelMappingRuntime > API/Plugins/DMXPixelMappingRuntime/Components
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDMXPixelMappingBaseComponent
- UDMXPixelMappingOutputComponent
- UDMXPixelMappingOutputDMXComponent
- UDMXPixelMappingFixtureGroupItemComponent
- UDMXPixelMappingMatrixComponent
- UDMXPixelMappingScreenComponent
References
| Module | DMXPixelMappingRuntime |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXPixelMapping/Source/DMXPixelMappingRuntime/Public/Components/DMXPixelMappingOutputDMXComponent.h |
| Include | #include "Components/DMXPixelMappingOutputDMXComponent.h" |
Syntax
UCLASS&40;Abstract&41;
class UDMXPixelMappingOutputDMXComponent : public UDMXPixelMappingOutputComponent
Remarks
Base class for components that contain a fixture patch to send DMX.
For legacy reasons also used by deprecated DMXPixelMappingScreenComponent
Variables
| Type | Name | Description | |
|---|---|---|---|
| EDMXPixelBlendingQuality | CellBlendingQuality | The quality level to use when averaging colors during downsampling. | |
| TObjectPtr< UDMXPixelMappingColorSpace > | ColorSpace | The Color Space currently in use | |
| TSubclassOf< UDMXPixelMappingColorSpace > | ColorSpaceClass | Sets which color space Pixel Mapping sends | |
| FDMXEntityFixturePatchRef | FixturePatchRef | ||
| TArray< TSubclassOf< UDMXModulator > > | ModulatorClasses | Modulators applied to the output before sending DMX | |
| TArray< TObjectPtr< UDMXModulator > > | Modulators | The actual modulator instances |