Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/TRemapAlgorithm
The max number of actors in a level we expect to have share the same label. We expect a typical level to have at most 4 actors with the same label... if we're wrong we're punished with dynamic memory allocs.
| Name | TRemapAlgorithm |
| Type | enum |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/Replication/Misc/Private/RemapAlgorithm.h |
| Include Path | #include "Replication/Misc/Private/RemapAlgorithm.h" |
Syntax
enum TRemapAlgorithm
{
ExpectedNumLabelCollisions = 4,
}
Values
| Name | Remarks |
|---|---|
| ExpectedNumLabelCollisions |