FDMXEditorUtils::DoesLibraryHaveUniverseConflicts

Locate universe conflicts between libraries

Windows
MacOS
Linux

References

Module

DMXEditor

Header

/Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXEditor/Public/DMXEditorUtils.h

Include

#include "DMXEditorUtils.h"

Source

/Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXEditor/Private/DMXEditorUtils.cpp

Syntax

static bool DoesLibraryHaveUniverseConflicts
(
    UDMXLibrary * Library,
    FText & OutInputPortConflictMessage,
    FText & OutOutputPortConflictMessage
)

Remarks

Locate universe conflicts between libraries

Returns

True if there is at least one conflict found.

Parameters

Parameter

Description

Library

The library to be tested.

OutConflictMessage

Message containing found conflicts

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