Some P4V problem with backing out large changelist missed some files.
#codereview Robert.Manuszewski
[CL 2481366 by Jaroslaw Palczynski in Main branch]
Rob asked me to back out GENERATED_*_BODY -> GENERATED_BODY change for now until the "_Validate and _Implementation auto-generation" discussion is over.
#codereview Robert.Manuszewski
[CL 2481343 by Jaroslaw Palczynski in Main branch]
All children classes are recompiled before any object is reinstanced.
#codereview Nick.Whiting, Robert.Manuszewski
[CL 2451921 by Maciej Mroz in Main branch]
Changed importable asset types to explicitly add source file paths to asset registry tags
Previously this was harvested from the object's properties, but required recursing into sub objects which was not feasible.
[CL 2419469 by Ben Marsh in Main branch]
Added automatic content monitoring for all mounted content directories
Modifications to source content files that reside inside these folders will now automatically be reimported, if they relate to an asset.
New files will also be automatically imported, and deleted files will prompt the user to delete associated assets.
The feature is currently disabled by default, and enabled in Editor Preferences / Loading and Saving.
Notable features still todo/refine:
* Source files rename currently process as a delete/add
* Slow task dialogs need work. We can hopefully get it running in the background / asynchronously over multiple frames
* Batch operations need work
* Profiling/optimisation
* Various message boxes/dialogs need some refinement
* Asset import factories that are dynamically loaded/unloaded will not be picked up by the import manager. Need to figure out a good way of fixing this.
[CL 2419400 by Ben Marsh in Main branch]
- Default value is 100 instead of 0 to allow other factories to have both higher or lower priority than the default.
- Sorting is highest to lowest so factories with higher priority values go first.
Use ImportPriority to sort reimporting factories.
Merging changes 2382076 and 2382171 from Fortnite branch.
[CL 2387238 by Fred Kimberley in Main branch]