Navigation
API > API/Plugins > API/Plugins/DMXPixelMappingRuntime > API/Plugins/DMXPixelMappingRuntime/Components
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDMXPixelMappingBaseComponent
- UDMXPixelMappingOutputComponent
- UDMXPixelMappingOutputDMXComponent
- UDMXPixelMappingFixtureGroupItemComponent
References
| Module | DMXPixelMappingRuntime |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXPixelMapping/Source/DMXPixelMappingRuntime/Public/Components/DMXPixelMappingFixtureGroupItemComponent.h |
| Include | #include "Components/DMXPixelMappingFixtureGroupItemComponent.h" |
Syntax
UCLASS (AutoExpandCategories=("Output Settings"))
class UDMXPixelMappingFixtureGroupItemComponent : public UDMXPixelMappingOutputDMXComponent
Remarks
A component that holds a single Fixture Patch in the Pixel Mapping, and actually sends DMX.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | DownsamplePixelIndex | Index of the cell pixel in downsample target buffer |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default Constructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| PRAGMA_ENABLE_DEPRECATION_WARNINGSTMap< FDMXAttributeName, float > | DEPRECATED 5.2 | ||
| TSharedRef< UE::DMXPixelMapping::Rendering::FPixelMapRenderElement > | Returns the pixel map render element for the matrix cell | ||
| PRAGMA_DISABLE_DEPRECATION_WARNINGS void |
Overridden from UDMXPixelMappingOutputComponent
| Type | Name | Description | |
|---|---|---|---|
| int32 | Get pixel index in downsample texture | ||
| bool | IsOverParent () |
Returns true if the the component's over all its parents. | |
| bool | IsVisible () |
Whether component should be visible | |
| void | Queue rendering to downsample rendering target | ||
| void | SetPosition
(
const FVector2D& NewPosition |
Sets the absolute position of the component, without rotation. | |
| void | Sets the absolue 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. | ||
| FString | GetUserName () |
Returns the name of the component. | |
| void | ResetDMX
(
EDMXPixelMappingResetDMXMode ResetMode |
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 | BeginDestroy () |
Called before destroying the object. | |
| void | PostEditChangeChainProperty
(
FPropertyChangedChainEvent& PropertyChangedChainEvent |
This alternate version of PostEditChange is called when properties inside structs are modified. | |
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally | |
| void | Called after the C++ constructor and after the properties have been initialized, including those loaded from config. | ||
| void | PostLoad () |
Do any object-specific cleanup required immediately after loading an object. | |
| void | Handles reading, writing, and reference collecting using FArchive. |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| FDMXAttributeName | AttributeB_DEPRECATED | ||
| bool | AttributeBExpose_DEPRECATED | ||
| bool | AttributeBInvert_DEPRECATED | ||
| FDMXAttributeName | AttributeG_DEPRECATED | ||
| bool | AttributeGExpose_DEPRECATED | ||
| bool | AttributeGInvert_DEPRECATED | ||
| FDMXAttributeName | AttributeR_DEPRECATED | ||
| bool | AttributeRExpose_DEPRECATED | ||
| bool | AttributeRInvert_DEPRECATED | ||
| bool | bMonochromeExpose_DEPRECATED | ||
| bool | bMonochromeInvert_DEPRECATED | ||
| EDMXColorMode | ColorMode_DEPRECATED | ||
| FDMXAttributeName | MonochromeIntensity_DEPRECATED |