Navigation
API > API/Plugins > API/Plugins/DMXPixelMappingRuntime > API/Plugins/DMXPixelMappingRuntime/Components
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDMXPixelMappingBaseComponent
- UDMXPixelMappingOutputComponent
- UDMXPixelMappingOutputDMXComponent
- UDMXPixelMappingScreenComponent
References
| Module | DMXPixelMappingRuntime |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXPixelMapping/Source/DMXPixelMappingRuntime/Public/Components/DMXPixelMappingScreenComponent.h |
| Include | #include "Components/DMXPixelMappingScreenComponent.h" |
Syntax
UCLASS&40;&41;
class UDMXPixelMappingScreenComponent : public UDMXPixelMappingOutputDMXComponent
Remarks
DMX Screen(Grid) rendering component
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 | SetPosition
(
const FVector2D& NewPosition |
Sets the position | |
| void | SetSize
(
const FVector2D& NewSize |
Sets the size |
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 | ResetDMX () |
Reset all sending DMX channels to 0 for this component and all children | |
| void | SendDMX () |
Send DMX values of this component and all children. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeChainProperty
(
FPropertyChangedChainEvent& PropertyChangedEvent |
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 |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| PRAGMA_DISABLE_DEPRECATION_WARNINGSTSharedRef< FDMXPixelMappingComponentWidget > | BuildSlot
(
TSharedRef< SConstraintCanvas > InCanvas |
Pixel Mapping Components no longer hold their own widget, in an effort to separate Views from Data. | |
| void | Please use UDMXPixelMappingPixelMapRenderer to render the pixel map |