Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FEntityBuilder
Description
Configured given EntityBuilder instance's commit behavior. Using `true_ will result in all Commit calls resulting in issuing Mass commands, regardless of EntityManager.IsProcessing() value.
| Name | SetForceDeferredCommit |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassEntityBuilder.h |
| Include Path | #include "MassEntityBuilder.h" |
FEntityBuilder & SetForceDeferredCommit
(
bool bNewValue
)