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/Gems/Prefab/PrefabBuilder
Nicholas Van Sickle 16f5980983
Fix Prefab builder test (#5377)
We were destructively moving the DOM template into the builder, leaving the Prefab system with an invalid DOM when teardown occurs. For now, this just copies the document to fix this specific test failure, but we may want to consider making `FindTemplateDom` return a const document and requiring that mutations get routed through the prefab system component to avoid similar situations in the future.

Signed-off-by: nvsickle <nvsickle@amazon.com>
4 years ago
..
PrefabGroup {lyn7251} Add material component example in Python (#4724) 4 years ago
CMakeLists.txt Squashed commit of Procedural Prefab work (#4481) 4 years ago
PrefabBuilderComponent.cpp Replaced AzFramework::FileFunc JSON utils API calls with AzCore::JsonUtils APIs that appear to have been duplicated. Also fixed up improper Project Configurator -> Project Manager comment replacements. 4 years ago
PrefabBuilderComponent.h Replaced AzFramework::FileFunc JSON utils API calls with AzCore::JsonUtils APIs that appear to have been duplicated. Also fixed up improper Project Configurator -> Project Manager comment replacements. 4 years ago
PrefabBuilderModule.cpp Squashed commit of Procedural Prefab work (#4481) 4 years ago
PrefabBuilderTests.cpp Fix Prefab builder test (#5377) 4 years ago
PrefabBuilderTests.h Squashed commit of Procedural Prefab work (#4481) 4 years ago
PrefabGroupTests.cpp Squashed commit of Procedural Prefab work (#4481) 4 years ago
gem.json License Info is Displayed as Clickable Link in Gem Catalog + Other Inspector Improvements (#5272) 4 years ago
prefabbuilder_files.cmake Squashed commit of Procedural Prefab work (#4481) 4 years ago
prefabbuilder_module_files.cmake Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
prefabbuilder_tests_files.cmake Squashed commit of Procedural Prefab work (#4481) 4 years ago