Navigation
API > API/Plugins > API/Plugins/DMXPixelMappingRuntime > API/Plugins/DMXPixelMappingRuntime/Components
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDMXPixelMappingBaseComponent
- UDMXPixelMappingOutputComponent
- UDMXPixelMappingMatrixCellComponent
References
| Module | DMXPixelMappingRuntime |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXPixelMapping/Source/DMXPixelMappingRuntime/Public/Components/DMXPixelMappingMatrixCellComponent.h |
| Include | #include "Components/DMXPixelMappingMatrixCellComponent.h" |
Syntax
UCLASS&40;&41;
class UDMXPixelMappingMatrixCellComponent : public UDMXPixelMappingOutputComponent
Remarks
Matrix pixel component
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | CellID |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default Constructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FIntPoint & | |||
| TSharedRef< UE::DMXPixelMapping::Rendering::FPixelMapRenderElement > | Returns the pixel map render element for the matrix cell | ||
| FLinearColor | Gets the color of this cell | ||
| void | SetCellCoordinate
(
FIntPoint InCellCoordinate |
Overridden from UDMXPixelMappingOutputComponent
| Type | Name | Description | |
|---|---|---|---|
| FLinearColor | Returns an editor color for the widget | ||
| bool | IsOverParent () |
Returns true if the the component's over all its parents. | |
| bool | IsVisible () |
Whether component should be visible | |
| 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. | ||
| FString | GetUserName () |
Returns the name of the component. | |
| void | ResetDMX () |
Reset all sending DMX channels to 0 for this component and all children |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | BeginDestroy () |
Called before destroying the object. | |
| 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. |
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. | |
| int32 | Please use UDMXPixelMappingPixelMapRenderer to render the pixel map | ||
| void | Please use UDMXPixelMappingPixelMapRenderer to render the pixel map |