Navigation
API > API/Plugins > API/Plugins/MassSpawner > API/Plugins/MassSpawner/FMassEntityTemplateData
Description
Compares contents of two archetypes (this and Other). Returns whether both are equivalent. @Note that the function can be slow, depending on how elaborate the template is. This function is meant for debugging purposes.
| Name | SlowIsEquivalent |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MassGameplay/Source/MassSpawner/Public/MassEntityTemplate.h |
| Include Path | #include "MassEntityTemplate.h" |
| Source | /Engine/Plugins/Runtime/MassGameplay/Source/MassSpawner/Private/MassEntityTemplate.cpp |
bool SlowIsEquivalent
(
const FMassEntityTemplateData & Other
) const