You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Removed unecessary flags. - Removed Generated Instance flag from DoUpdateSkeletalMesh. Was incorrect. This flag still requires some improvements. - Renamed InitUpdateSkeletalMesh to EnqueuepdateSkeletalMesh. - DoUpdateSkeletalMesh is no longer mandatory to start an update. An update can start by simply adding the FMutableOperation to the MutableCurrentOperation. - Removed no longer necessary bIsCloseDistTick. DoUpdateSkeletalMesh is no longer called from the tick. Now DoUpdateSkeletalMesh is only necessary to enqueue a task, which tick never does (executes a task directly). - Removed unused BeginUpdate delegates. - Replaced LODsStreamingEnabled with expression that was activating the flag (LODSettings). - Replaced ForceGenerateAllLODs with the expression that was activating the flag (being on an EditorViewport). - State is no longer obtained from the Instance, it is captured when generating mu::Parameters. - Removed unecessary State copy when creating lambads. [REVIEW] [at]alexei.lebedev, [at]pere.rifa #tests PIE, Village, Editor #rnx [CL 27873026 by gerard martin in ue5-main branch]