Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FMassEntityManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool BatchCreateRelations
(
TArrayView< FMassEntityHandle > Subjects, |
MassEntityManager.h | ||
bool BatchCreateRelations
(
const UE::Mass::FTypeHandle RelationTypeHandle, |
MassEntityManager.h |
BatchCreateRelations(TArrayView< FMassEntityHandle >, TArrayView< FMassEntityHandle >)
| Name | BatchCreateRelations |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassEntityManager.h |
| Include Path | #include "MassEntityManager.h" |
template<UE::Mass::CRelation T>
bool BatchCreateRelations
(
TArrayView < FMassEntityHandle > Subjects,
TArrayView < FMassEntityHandle > Objects
)
BatchCreateRelations(const UE::Mass::FTypeHandle, TArrayView< FMassEntityHandle >, TArrayView< FMassEntityHandle >)
| Name | BatchCreateRelations |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassEntityManager.h |
| Include Path | #include "MassEntityManager.h" |
| Source | /Engine/Source/Runtime/MassEntity/Private/MassEntityManager.cpp |
bool BatchCreateRelations
(
const UE::Mass::FTypeHandle RelationTypeHandle,
TArrayView < FMassEntityHandle > Subjects,
TArrayView < FMassEntityHandle > Objects
)