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&40;BlueprintPure, Category&61;"DMX", Meta&61;&40;Keywords&61;"float"&41;&41;
float IntToNormalizedValue
&40;
int32 InValue,
EDMXFixtureSignalFormat InSignalFormat
&41; const
Remarks
Return the normalized value of an Int value from the specified Signal Format.
Parameters
Name | Description |
---|---|
bUseLSB | Least Significant Byte mode makes the individual bytes (channels) of the function be interpreted with the first bytes being the lowest part of the number. Most Fixtures use MSB (Most Significant Byte). |