Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FMassArchetypeSharedFragmentValu-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Add
(
const FConstSharedStruct& Fragment |
Adds Fragment to the collection. | MassEntityTypes.h | |
void Add
(
const FSharedStruct& Fragment |
Adds Fragment to the collection. | MassEntityTypes.h |
Add(const FConstSharedStruct &)
Description
Adds Fragment to the collection. Method will ensure if a fragment of the given FMassConstSharedFragment subclass has already been added.
| Name | Add |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassEntityTypes.h |
| Include Path | #include "MassEntityTypes.h" |
void Add
(
const FConstSharedStruct & Fragment
)
Add(const FSharedStruct &)
Description
Adds Fragment to the collection. Method will ensure if a fragment of the given FMassSharedFragment subclass has already been added.
| Name | Add |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassEntityTypes.h |
| Include Path | #include "MassEntityTypes.h" |
void Add
(
const FSharedStruct & Fragment
)