UDMXSubsystem::GetFunctionsValue

Gets function channel value by input function name

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,
          Meta=(BlueprintInternalUseOnly="TRUE", AutoCreateRefTerm="InName, InFunctionsMap"),
          Category="DMX")
int32 GetFunctionsValue
(
    const FName & InName,
    const TMap< FName, int32 > & InFunctionsMap
)

Remarks

Gets function channel value by input function name

Returns

Function channel value

Parameters

Parameter

Description

InName

Looking fixture function name

InFunctionsMap

Function and Channel value input map

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