Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FMassArchetypeSharedFragmentValu-
Description
Appends contents of Other to `this_ instance. All common fragments will get overridden with values in Other. Note that changing a fragments "role" (being const or non-const) is not supported and the function will fail an ensure when that is attempted.
| Name | Append |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassEntityTypes.h |
| Include Path | #include "MassEntityTypes.h" |
| Source | /Engine/Source/Runtime/MassEntity/Private/MassEntityTypes.cpp |
int32 Append
(
const FMassArchetypeSharedFragmentValues & Other
)
number of fragments added or changed