Right now, THandles provide domain-specific partitioning of entities. On a coarser level, entities using the same handle type can reside in different worlds, identified by the TWorldTag used by the EntityRegistry. This introduces an additional level of partitioning:
World Partition (TWorldTag)
└── Domain Partition (THandle)
As a result, multiple world partitions can use the same THandle type while remaining completely isolated from each other.
Right now, THandles provide domain-specific partitioning of entities. On a coarser level, entities using the same handle type can reside in different worlds, identified by the TWorldTag used by the EntityRegistry. This introduces an additional level of partitioning:
As a result, multiple world partitions can use the same THandle type while remaining completely isolated from each other.