Navigation
API > API/Plugins > API/Plugins/DMXPixelMappingRuntime
Base class for components that contain a fixture patch to send DMX.
| Name | UDMXPixelMappingOutputDMXComponent |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXPixelMapping/Source/DMXPixelMappingRuntime/Public/Components/DMXPixelMappingOutputDMXComponent.h |
| Include Path | #include "Components/DMXPixelMappingOutputDMXComponent.h" |
Syntax
UCLASS (Abstract)
class UDMXPixelMappingOutputDMXComponent : public UDMXPixelMappingOutputComponent
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDMXPixelMappingBaseComponent → UDMXPixelMappingOutputComponent → UDMXPixelMappingOutputDMXComponent
Derived Classes
- UDEPRECATED_DMXPixelMappingScreenComponent
- UDMXPixelMappingFixtureGroupItemComponent
- UDMXPixelMappingMatrixComponent
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bUsePatchColor | bool | If set, the color of the patch is displayed, instead of a custom editor color | Components/DMXPixelMappingOutputDMXComponent.h |
|
| CellBlendingQuality | EDMXPixelBlendingQuality | The quality level to use when averaging colors during downsampling. | Components/DMXPixelMappingOutputDMXComponent.h |
|
| ColorSpace | TObjectPtr< UDMXPixelMappingColorSpace > | The Color Space currently in use | Components/DMXPixelMappingOutputDMXComponent.h |
|
| ColorSpaceClass | TSubclassOf< UDMXPixelMappingColorSpace > | Sets which color space Pixel Mapping sends | Components/DMXPixelMappingOutputDMXComponent.h |
|
| FixturePatchRef | FDMXEntityFixturePatchRef | Components/DMXPixelMappingOutputDMXComponent.h |
|
|
| ModulatorClasses | TArray< TSubclassOf< UDMXModulator > > | Modulators applied to the output before sending DMX | Components/DMXPixelMappingOutputDMXComponent.h |
|
| Modulators | TArray< TObjectPtr< UDMXModulator > > | The actual modulator instances | Components/DMXPixelMappingOutputDMXComponent.h |
Functions
Public
Overridden from UDMXPixelMappingOutputComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FLinearColor GetEditorColor() |
Returns an editor color for the widget | Components/DMXPixelMappingOutputDMXComponent.h |
Overridden from UDMXPixelMappingBaseComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void virtual RenderWithInputAndSendDMX() PURE_VIRTUAL(UDMXPixelMappingOutputDMXComponent bool CanBeMovedTo
(
const UDMXPixelMappingBaseComponent* Component |
Render input texture for downsample texture, donwsample and send DMX for this component Check if a Component can be moved under another one (used for copy/move/duplicate) | Components/DMXPixelMappingOutputDMXComponent.h |