Navigation
API > API/Plugins > API/Plugins/DMXPixelMappingRuntime > API/Plugins/DMXPixelMappingRuntime/UDMXPixelMappingRendererComponen-
Description
Returns the Modulators of the component corresponding to the patch specified. Note, this node does a lookup on all fixture patches in use, hence may be slow and shouldn't be called on tick.
| Name | GetPixelMappingComponentModulators |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXPixelMapping/Source/DMXPixelMappingRuntime/Public/Components/DMXPixelMappingRendererComponent.h |
| Include Path | #include "Components/DMXPixelMappingRendererComponent.h" |
| Source | /Engine/Plugins/VirtualProduction/DMX/DMXPixelMapping/Source/DMXPixelMappingRuntime/Private/Components/DMXPixelMappingRendererComponent.cpp |
UFUNCTION (BlueprintCallable, Category="DMX")
bool GetPixelMappingComponentModulators
(
FDMXEntityFixturePatchRef FixturePatchRef,
TArray < UDMXModulator * > & DMXModulators
)