Navigation
API > API/Plugins > API/Plugins/DMXPixelMappingRuntime > API/Plugins/DMXPixelMappingRuntime/Components
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDMXPixelMappingBaseComponent
- UDMXPixelMappingOutputComponent
- UDMXPixelMappingOutputDMXComponent
- UDEPRECATED_DMXPixelMappingScreenComponent
References
| Module | DMXPixelMappingRuntime |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXPixelMapping/Source/DMXPixelMappingRuntime/Public/Components/DMXPixelMappingScreenComponent.h |
| Include | #include "Components/DMXPixelMappingScreenComponent.h" |
Syntax
UCLASS (Deprecated,
Meta=(DeprecationMessage="Deprecated 5.5. DMXScreenComponent is no longer supported in favor of a fully Fixture Patch based workflow."))
class UDEPRECATED_DMXPixelMappingScreenComponent : public UDMXPixelMappingOutputDMXComponent
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | AlphaIntensity | ||
| bool | bIgnoreAlphaChannel | ||
| bool | bSendToAllOutputPorts | If true, outputs to all DMX Output Ports | |
| bool | bShowAddresses | ||
| bool | bShowUniverse | ||
| EDMXPixelMappingDistribution | Distribution | ||
| int32 | LocalUniverse | ||
| int32 | NumXCells | ||
| int32 | NumYCells | ||
| TArray< FDMXOutputPortReference > | OutputPortReferences | The port this render component outputs to | |
| EDMXCellFormat | PixelFormat | ||
| float | PixelIntensity | ||
| int32 | StartAddress |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default Constructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ForEachPixel
(
ForEachPixelCallback InCallback |
Loop through X and Y pixels in screen component | |
| TSet< FDMXOutputPortSharedRef > | Returns the output Ports of the renderer component | ||
| const TTuple< int32, int32 > | Get range of the downsample pixel positions | ||
| const FVector2D | Calculate screen size of the single pixel in screen component | ||
| void |
Overridden from UDMXPixelMappingOutputComponent
| Type | Name | Description | |
|---|---|---|---|
| const FText | Returns the text of palette category | ||
| bool | Whether component should be part of Palette view | ||
| void | Queue rendering to downsample rendering target |
Overridden from UDMXPixelMappingBaseComponent
| Type | Name | Description | |
|---|---|---|---|
| bool | CanBeMovedTo
(
const UDMXPixelMappingBaseComponent* Component |
Check if a Component can be moved under another one (used for copy/move/duplicate) | |
| const FName & | Helper function for generating UObject name, the child should implement their own logic for Prefix name generation. | ||
| void | SendDMX () |
Send DMX values of this component and all children. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeChainProperty
(
FPropertyChangedChainEvent& PropertyChangedChainEvent |
This alternate version of PostEditChange is called when properties inside structs are modified. |
Typedefs
| Name | Description |
|---|---|
| ForEachPixelCallback |
Constants
| Name | Description |
|---|---|
| MinGridSize |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| FDMXProtocolName | ProtocolName_DEPRECATED |