Navigation
API > API/Plugins > API/Plugins/MassSpawner > API/Plugins/MassSpawner/FMassEntityTemplateData
References
| Module | MassSpawner |
| Header | /Engine/Plugins/Runtime/MassGameplay/Source/MassSpawner/Public/MassEntityTemplate.h |
| Include | #include "MassEntityTemplate.h" |
| Source | /Engine/Plugins/Runtime/MassGameplay/Source/MassSpawner/Private/MassEntityTemplate.cpp |
bool SlowIsEquivalent
(
const FMassEntityTemplateData & Other
) const
Remarks
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.