Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FMassArchetypeSharedFragmentValu-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 Remove
(
const FMassSharedFragmentBitSet& SharedFragmentToRemoveBitSet |
Note that the function removes the shared fragments by type | MassEntityTypes.h | |
int32 Remove
(
const FMassConstSharedFragmentBitSet& ConstSharedFragmentToRemoveBitSet |
Note that the function removes the const shared fragments by type | MassEntityTypes.h | |
int32 Remove
(
const FMassArchetypeCompositionDescriptor& InDescriptor |
Remove all the shared and const shared fragments indicated by InDescriptor | MassEntityTypes.h |
Remove(const FMassSharedFragmentBitSet &)
Description
Note that the function removes the shared fragments by type
| Name | Remove |
| 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 Remove
(
const FMassSharedFragmentBitSet & SharedFragmentToRemoveBitSet
)
number of fragments types removed
Remove(const FMassConstSharedFragmentBitSet &)
Description
Note that the function removes the const shared fragments by type
| Name | Remove |
| 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 Remove
(
const FMassConstSharedFragmentBitSet & ConstSharedFragmentToRemoveBitSet
)
number of fragments types removed
Remove(const FMassArchetypeCompositionDescriptor &)
Description
Remove all the shared and const shared fragments indicated by InDescriptor
| Name | Remove |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassEntityTypes.h |
| Include Path | #include "MassEntityTypes.h" |
int32 Remove
(
const FMassArchetypeCompositionDescriptor & InDescriptor
)
number of fragments types removed