Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FMassArchetypeSharedFragmentValu-
Description
Compares contents of `this_ and the Other, and allows different order of elements in both containers. Note that the function ignores "nulls", i.e. empty FConstSharedStruct and FSharedStruct instances. The function does care however about matching "mode", meaning ConstSharedFragments and SharedFragments arrays are compared independently.
| Name | HasSameValues |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassEntityTypes.h |
| Include Path | #include "MassEntityTypes.h" |
| Source | /Engine/Source/Runtime/MassEntity/Private/MassEntityTypes.cpp |
bool HasSameValues
(
const FMassArchetypeSharedFragmentValues & Other
) const