You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- FWorldPartitionActorDescView is now a virtual interface that route calls to its inner FWorldPartitionActorDesc by default. - FStreamingGenerationActorDescView is now used during streaming generation to include mutations introduced by validation pass. - FActorDescViewMap is now a template, and streaming generation now uses custom FStreamingGenerationActorDescViewMap version using FStreamingGenerationActorDescView. This is the groundwork for implementing actor descriptor mutators to allow game-specific changes to be done to actor descriptors. #rb Sebastien.Lussier [CL 30037302 by jeanfrancois dube in ue5-main branch]