Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/VirtualProduction/DMX/DMXPixelMapping/Source/DMXPixelMappingRuntime/Public/Components/DMXPixelMappingMatrixComponent.h |
Include |
#include "Components/DMXPixelMappingMatrixComponent.h" |
UCLASS()
class UDMXPixelMappingMatrixComponent : public UDMXPixelMappingOutputComponent
DMX Matrix group component
Name | Description | ||
---|---|---|---|
|
AttributeB |
||
|
AttributeBExpose |
||
|
AttributeBInvert |
||
|
AttributeG |
||
|
AttributeGExpose |
||
|
AttributeGInvert |
||
|
AttributeR |
||
|
AttributeRExpose |
||
|
AttributeRInvert |
||
|
bMonochromeExpose |
||
|
bMonochromeInvert |
||
|
CellSize |
||
|
ColorMode |
||
|
CoordinateGrid |
||
|
Distribution |
||
|
FixturePatchRef |
||
|
ModulatorClasses |
Modulators applied to the output before sending DMX |
|
|
Modulators |
The actual modulator instances |
|
|
MonochromeIntensity |
||
|
PreEditUndoMatrixCellChildren |
Children available PreEditUndo, useful to hide all removed ones in post edit undo |
Name | Description | |
---|---|---|
|
UDMXPixelMappingMatrixComponent() |
Default Constructor |
Name | Description | ||
---|---|---|---|
|
FDMXPixelMap... |
GetOnMatrixChanged() |
Gets an Event broadcast when a the matrix (and by that its num cells) changed |
|
HandleMatrixChanged() |
Handles changes in size or in matrix |
|
|
HandlePositionChanged() |
Handles changes in position |
|
|
HandleSizeChanged() |
Handles changes in size or in matrix |
|
|
LogInvalidProperties() |
Logs properties that were changed in underlying fixture patch or fixture type |
|
|
OnFixturePatchChanged ( |
Called when the fixture patch in use changed |
|
|
OnFixtureTypeChanged ( |
Called when the fixture type in use changed |
Name | Description | ||
---|---|---|---|
|
const FText |
GetPaletteCategory() |
Returns the text of palette category |
|
IsOverParent() |
Returns true if the the component's over all its parents. |
|
|
QueueDownsample() |
Queue rendering to downsample rendering target |
|
|
SetPosition ( |
Sets the position |
|
|
SetSize ( |
Sets the size |
Name | Description | ||
---|---|---|---|
|
CanBeMovedTo ( |
Check if a Component can be moved under another one (used for copy/move/duplicate) |
|
|
const FName ... |
GetNamePrefix() |
Helper function for generating UObject name, the child should implement their own logic for Prefix name generation. |
|
GetUserFriendlyName() |
Returns the name of the component used across all widgets that draw it |
|
|
ResetDMX() |
Reset all sending DMX channels to 0 for this component and all children |
|
|
SendDMX() |
Send DMX values of this component and all children |
Name | Description | ||
---|---|---|---|
|
PostEditChangeChainProperty ( |
This alternate version of PostEditChange is called when properties inside structs are modified. |
|
|
PostEditChangeProperty ( |
Called when a property on this object has been modified externally |
|
|
PostLoad() |
Do any object-specific cleanup required immediately after loading an object. |
|
|
Serialize ( |
Handles reading, writing, and reference collecting using FArchive. |
Name |
Description |
---|---|
ChildCallback |
Helper callback for loop through all component child |
Name | Description | ||
---|---|---|---|
|
FixturePatchMatrixRef_DEPRECATED |