UDMXProtocolBlueprintLibrary

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

DMXProtocol

Header

/Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocol/Public/DMXProtocolBlueprintLibrary.h

Include

#include "DMXProtocolBlueprintLibrary.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)(Meta=(ScriptName="DMXRuntimeLibrary"))
class UDMXProtocolBlueprintLibrary : public UBlueprintFunctionLibrary

Functions

Name Description

Public function Static UFunction BlueprintCallable, Category

bool

 

IsReceiveDMXEnabled()

Returns whether Receive DMX from the network is enabled globally.

Public function Static UFunction BlueprintCallable, Category

bool

 

IsSendDMXEnabled()

Returns whether send DMX to the network is enabled globally.

Public function Static UFunction BlueprintCallable, Category

void

 

SetReceiveDMXEnabled

(
    bool bReceiveDMXEnabled,
    bool bAffectEditor
)

Sets if DMX is received from the network

Public function Static UFunction BlueprintCallable, Category

void

 

SetSendDMXEnabled

(
    bool bSendDMXEnabled,
    bool bAffectEditor
)

Sets if DMX is sent to the network

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