Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FMassEntityManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddFragmentToEntity
(
FMassEntityHandle EntityHandle, |
MassEntityManager.h | ||
void AddFragmentToEntity
(
FMassEntityHandle EntityHandle, |
MassEntityManager.h |
AddFragmentToEntity(FMassEntityHandle, TNotNull< const UScriptStruct * >)
| Name | AddFragmentToEntity |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassEntityManager.h |
| Include Path | #include "MassEntityManager.h" |
| Source | /Engine/Source/Runtime/MassEntity/Private/MassEntityManager.cpp |
void AddFragmentToEntity
(
FMassEntityHandle EntityHandle,
TNotNull< const UScriptStruct * > FragmentType
)
AddFragmentToEntity(FMassEntityHandle, TNotNull< const UScriptStruct * >, const FStructInitializationCallback &)
| Name | AddFragmentToEntity |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassEntityManager.h |
| Include Path | #include "MassEntityManager.h" |
| Source | /Engine/Source/Runtime/MassEntity/Private/MassEntityManager.cpp |
void AddFragmentToEntity
(
FMassEntityHandle EntityHandle,
TNotNull< const UScriptStruct * > FragmentType,
const FStructInitializationCallback & Initializer
)