FDatasmithObjectTemplateUtils::SetsEquals

Compares two sets for equality.

Windows
MacOS
Linux

References

Module

DatasmithContent

Header

/Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Public/ObjectTemplates/DatasmithObjectTemplate.h

Include

#include "ObjectTemplates/DatasmithObjectTemplate.h"

Source

/Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Private/ObjectTemplates/DatasmithObjectTemplate.cpp

Syntax

static bool SetsEquals
(
    const TSet< FName > & Left,
    const TSet< FName > & Right
)

Remarks

Compares two sets for equality. Order has no influence. @note LegacyCompareEqual also check for order

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