Navigation
API > API/Plugins > API/Plugins/DMXRuntime > API/Plugins/DMXRuntime/UDMXSubsystem
References
| Module | DMXRuntime |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Public/DMXSubsystem.h |
| Include | #include "DMXSubsystem.h" |
| Source | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Private/DMXSubsystem.cpp |
UFUNCTION (BlueprintPure, Category="DMX",
Meta=(Keywords="float", DisplayName="GetNormalizedAttributeValue"))
float GetNormalizedAttributeValue
(
UDMXEntityFixturePatch * InFixturePatch,
FDMXAttributeName InFunctionAttribute,
int32 InValue
) const
Remarks
Return the normalized value of an Int value from a Fixture Patch function. The normalized value of the passed in Int using the Function's signal format. -1.0 if the Function is not found in the Fixture Patch.