UDMXEntityFixtureType::IsFunctionInModeRange

Return true if a Function's occupied channels are within the Mode's Channel Span.

Windows
MacOS
Linux

References

Module

DMXRuntime

Header

/Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Public/Library/DMXEntityFixtureType.h

Include

#include "Library/DMXEntityFixtureType.h"

Source

/Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Private/Library/DMXEntityFixtureType.cpp

Syntax

static bool IsFunctionInModeRange
(
    const FDMXFixtureFunction & InFunction,
    const FDMXFixtureMode & InMode,
    int32 ChannelOffset
)

Remarks

Return true if a Function's occupied channels are within the Mode's Channel Span. Optionally add an offset to the function address

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