Navigation
API > API/Plugins > API/Plugins/DMXRuntime > API/Plugins/DMXRuntime/Library > API/Plugins/DMXRuntime/Library/UDMXEntityFixturePatch
References
| Module | DMXRuntime |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Public/Library/DMXEntityFixturePatch.h |
| Include | #include "Library/DMXEntityFixturePatch.h" |
| Source | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Private/Library/DMXEntityFixturePatch.cpp |
UFUNCTION (BlueprintCallable, Category="DMX|Fixture Patch",
Meta=(DeprecatedFunction, DeprecationMessage="Deprecated due to ambigous arguments CellCoordinate and InAttributeNameChannelMap. Use SendMatrixCellValue or SendNormalizedMatrixCellValue instead."))
bool SendMatrixCellValueWithAttributeMap
(
const FIntPoint & CellCoordinate,
const FDMXAttributeName & Attribute,
int32 Value,
const TMap < FDMXAttributeName , int32 > & InAttributeNameChannelMap
)
Remarks
Sends the DMX value of the Attribute to specified matrix coordinates with given Attribute Name Channel Map