Files
UnrealEngineUWP/Engine/Source/Runtime/LevelSequence
Andrew Rodham 480979c04c Sequencer: Fixed Spawnable 'Change Class' assigning a CDO directly
- Referencing the CDO directly in a persistent way causes issues with class recompilation and reinstancing since CDO's are never reinstanced.
  - We now create a copy of the class instead

[Copied from 15749122]

[CL 15749444 by Andrew Rodham in ue5-main branch]
2021-03-19 14:21:44 -04:00
..