FDMXEditorUtils::AreFixtureTypesIdentical

Compares the property values of two Fixture Types, including properties in arrays, and returns true if they are almost all the same.

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 AreFixtureTypesIdentical
(
    const UDMXEntityFixtureType * A,
    const UDMXEntityFixtureType * B
)

Remarks

Compares the property values of two Fixture Types, including properties in arrays, and returns true if they are almost all the same. Name, ID and Parent Library are ignored.

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