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/Tools/SerializeContextTools
Mike Balfour 86136ddfa6
Added ability to convert multiply-nested slices (#1239)
* Addressed feedback from previous PR
* Change missing entity aliases to be deterministic.
When converting slices, this helps produce the same results on multiple reconversions of the same data.
* Exposed the asset filter callback.
This allows the slice converter to specifically load nested slices as opposed to not loading *any* referenced assets.
* Added support for multiply-nested slice instance conversion.
5 years ago
..
Platform
Application.cpp Added ability to convert multiply-nested slices (#1239) 5 years ago
Application.h
CMakeLists.txt
Converter.cpp
Converter.h
Dumper.cpp
Dumper.h
SliceConverter.cpp Added ability to convert multiply-nested slices (#1239) 5 years ago
SliceConverter.h Added ability to convert multiply-nested slices (#1239) 5 years ago
SliceConverterEditorEntityContextComponent.h Added ability to convert multiply-nested slices (#1239) 5 years ago
Utilities.cpp Added ability to convert multiply-nested slices (#1239) 5 years ago
Utilities.h Added ability to convert multiply-nested slices (#1239) 5 years ago
main.cpp
serializecontexttools_files.cmake