You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Code
AMZN-koppersr 4ad0560d06 Removed AddOn(De)SpawnedHandler from Spawnable Entities Interface
The calls AddOnSpawnedHandler and AddOnDespawnedHandler were removed from the SpawnableEntitiesInterface. These functions will eventually be called from multiple threads and AZ::Event currently doesn't have a thread-safe version to support this. There's also a performance concern as these callbacks are called for each individual (de)spawn requests which can lead to multiple handlers being called without information that's relevant to the callback. It would be better to batch up all (de)spawn requests per ProcessQueue call and only have a single event do a single signal. Since both events are currently not being used they have been removed for now, but can be introduced -with the previously mentioned concerns in mind- when needed.
5 years ago
..
CryEngine SPEC-7178 Removal of precompiled cpp files (#1171) 5 years ago
Framework Removed AddOn(De)SpawnedHandler from Spawnable Entities Interface 5 years ago
LauncherUnified LYN-4327 [SDK] External Gem's aren't added to the project solution when using SDK (#1191) 5 years ago
Sandbox Move Duplicate menu items and shortcuts out of the Prefab Wip flag 5 years ago
Tools Fix Editor being opened twice by project (#1213) 5 years ago
CMakeLists.txt Initial commit 5 years ago