Navigation
API > API/Plugins > API/Plugins/DatasmithContent > API/Plugins/DatasmithContent/FDatasmithObjectTemplateUtils
Description
- Compares two sets for equality. Order has no influence.
-
LegacyCompareEqual also check for order
| Name | SetsEquals |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Public/ObjectTemplates/DatasmithObjectTemplate.h |
| Include Path | #include "ObjectTemplates/DatasmithObjectTemplate.h" |
| Source | /Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Private/ObjectTemplates/DatasmithObjectTemplate.cpp |
static bool SetsEquals
(
const TSet< FName > & Left,
const TSet< FName > & Right
)