Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FMassEntityManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool RemoveConstSharedFragmentFromEntity
(
const FMassEntityHandle EntityHandle |
MassEntityManager.h | ||
bool RemoveConstSharedFragmentFromEntity
(
const FMassEntityHandle EntityHandle, |
Removes a const shared fragment of the given type from the entity. | MassEntityManager.h | |
bool RemoveConstSharedFragmentFromEntity
(
const FMassEntityHandle EntityHandle, |
MassEntityManager.h |
RemoveConstSharedFragmentFromEntity(const FMassEntityHandle)
| Name | RemoveConstSharedFragmentFromEntity |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassEntityManager.h |
| Include Path | #include "MassEntityManager.h" |
template<UE::Mass::CConstSharedFragment T>
bool RemoveConstSharedFragmentFromEntity
(
const FMassEntityHandle EntityHandle
)
RemoveConstSharedFragmentFromEntity(const FMassEntityHandle, TNotNull< const UScriptStruct * >)
Description
Removes a const shared fragment of the given type from the entity. Will do nothing if entity did not have the shared fragment.
| Name | RemoveConstSharedFragmentFromEntity |
| 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 RemoveConstSharedFragmentFromEntity
(
const FMassEntityHandle EntityHandle,
TNotNull< const UScriptStruct * > ConstSharedFragmentType
)
True if fragment removed from entity, false otherwise.
RemoveConstSharedFragmentFromEntity(const FMassEntityHandle, const UScriptStruct &)
| Name | RemoveConstSharedFragmentFromEntity |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassEntityManager.h |
| Include Path | #include "MassEntityManager.h" |
bool RemoveConstSharedFragmentFromEntity
(
const FMassEntityHandle EntityHandle,
const UScriptStruct & ConstSharedFragmentType
)