UDMXSubsystem::GetFixtureFunctions

Return map with all DMX functions and their associated values given DMX buffer and desired universe.

Windows
MacOS
Linux

References

Module

DMXRuntime

Header

/Engine/Plugins/Experimental/DigitalMultiplex/DMXEngine/Source/DMXRuntime/Public/DMXSubsystem.h

Include

#include "DMXSubsystem.h"

Source

/Engine/Plugins/Experimental/DigitalMultiplex/DMXEngine/Source/DMXRuntime/Private/DMXSubsystem.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="DMX")
void GetFixtureFunctions
(
    const UDMXEntityFixturePatch * InFixturePatch,
    const TArray< uint8 > & DMXBuffer,
    TMap< FName, int32 > & OutResult
)

Remarks

Return map with all DMX functions and their associated values given DMX buffer and desired universe.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss