Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FEntityBuilder
Description
Stores ReservedEntityHandle as the cached EntityHandle. The ReservedEntityHandle is expected to be valid and represent a reserved entity. These expectations will be checked via ensures. If the existing EntityHandle also represents a valid, reserved entity, that handle will be released.
| Name | SetReservedEntityHandle |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassEntityBuilder.h |
| Include Path | #include "MassEntityBuilder.h" |
| Source | /Engine/Source/Runtime/MassEntity/Private/MassEntityBuilder.cpp |
bool SetReservedEntityHandle
(
const FMassEntityHandle ReservedEntityHandle
)
whether the ReservedEntityHandle has been stored.