Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FEntityCollection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MassEntityCollection.h | |||
FEntityCollection
(
FMassArchetypeEntityCollection&& InEntityCollection |
The following constructor are equivalent to using the default constructor and subsequently calling AppendCollection or AppendHandles. | MassEntityCollection.h | |
FEntityCollection
(
const FMassArchetypeEntityCollection& InEntityCollection |
MassEntityCollection.h | ||
FEntityCollection
(
const TConstArrayView< FMassEntityHandle > InEntityHandles |
MassEntityCollection.h | ||
FEntityCollection
(
const TConstArrayView< FMassEntityHandle > InEntityHandles, |
MassEntityCollection.h |
FEntityCollection()
| Name | FEntityCollection |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassEntityCollection.h |
| Include Path | #include "MassEntityCollection.h" |
FEntityCollection()
FEntityCollection(FMassArchetypeEntityCollection &&)
Description
The following constructor are equivalent to using the default constructor and subsequently calling AppendCollection or AppendHandles.
| Name | FEntityCollection |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassEntityCollection.h |
| Include Path | #include "MassEntityCollection.h" |
| Source | /Engine/Source/Runtime/MassEntity/Private/MassEntityCollection.cpp |
FEntityCollection
(
FMassArchetypeEntityCollection && InEntityCollection
)
FEntityCollection(const FMassArchetypeEntityCollection &)
| Name | FEntityCollection |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassEntityCollection.h |
| Include Path | #include "MassEntityCollection.h" |
| Source | /Engine/Source/Runtime/MassEntity/Private/MassEntityCollection.cpp |
FEntityCollection
(
const FMassArchetypeEntityCollection & InEntityCollection
)
FEntityCollection(const TConstArrayView< FMassEntityHandle >)
| Name | FEntityCollection |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassEntityCollection.h |
| Include Path | #include "MassEntityCollection.h" |
| Source | /Engine/Source/Runtime/MassEntity/Private/MassEntityCollection.cpp |
FEntityCollection
(
const TConstArrayView< FMassEntityHandle > InEntityHandles
)
FEntityCollection(const TConstArrayView< FMassEntityHandle >, FMassArchetypeEntityCollection &&)
| Name | FEntityCollection |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassEntityCollection.h |
| Include Path | #include "MassEntityCollection.h" |
| Source | /Engine/Source/Runtime/MassEntity/Private/MassEntityCollection.cpp |
FEntityCollection
(
const TConstArrayView< FMassEntityHandle > InEntityHandles,
FMassArchetypeEntityCollection && InEntityCollection
)