Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FPBDIslandGroupManager
Description
Returns the max number of serial constraint batches for the given ContainerId across all active island groups. Returns 0 if partitioning is disabled or no group has batches for the given container.
| Name | GetMaxSerialConstraintBatches |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Island/IslandGroupManager.h |
| Include Path | #include "Chaos/Island/IslandGroupManager.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/Island/IslandGroupManager.cpp |
int32 GetMaxSerialConstraintBatches
(
const int32 ContainerId
) const