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"))
float IntToNormalizedValue
(
int32 InValue,
EDMXFixtureSignalFormat InSignalFormat
) const
Remarks
Converts a signed 32bit integer value to a normalized value. The normalized value.
Parameters
| Name | Description |
|---|---|
| InValue | The signed 32bit integer value. The value range depends on the signal format (e.g. 0-65535 for 16bit). Excess values get clamped. |
| bUseLSB | When true, the byte array is returned in little endian format (least significant byte first) otherwise big endian. |