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/ScriptCanvas/Code
yuriy0 fd4f363fe2 Don't give a broken copy constructor to BehaviorContextObject. (#1002)
* Don't give a broken copy constructor to BehaviorContextObject.

This used to be required by the serialization system, now it handles non-copyable and non-moveable types.

* Explicitly delete the copy constructor instead of defaulting, which implicitly deletes it.

Some compilers complain about such an implicit deletion, and we should be explicit about our intent anyways

Signed-off-by: John <jonawals@amazon.com>
5 years ago
..
Asset Integrating up through commit 90f050496 5 years ago
Builder Add clearer dependencies handled flag logic 5 years ago
Editor Merge remote-tracking branch 'upstream/stabilization/2106' into nvsickle/MergeStabilizationJun18 5 years ago
Include/ScriptCanvas Don't give a broken copy constructor to BehaviorContextObject. (#1002) 5 years ago
Source SPEC-7178 Removal of precompiled cpp files (#1171) 5 years ago
Tests Fix several build failures 5 years ago
CMakeLists.txt Merge remote-tracking branch 'origin/lawsonamzn_prototype_gem_naming_conventions' into ly-as-sdk/LYN-2948-phistere 5 years ago
scriptcanvasgem_common_files.cmake First version of spawning Script Canvas node 5 years ago
scriptcanvasgem_debugger_files.cmake Initial commit 5 years ago
scriptcanvasgem_editor_asset_files.cmake Initial commit 5 years ago
scriptcanvasgem_editor_builder_files.cmake Integrating latest 47acbe8 5 years ago
scriptcanvasgem_editor_files.cmake SPEC-7178 Removal of precompiled cpp files (#1171) 5 years ago
scriptcanvasgem_editor_shared_files.cmake SPEC-7178 Removal of precompiled cpp files (#1171) 5 years ago
scriptcanvasgem_editor_static_files.cmake Initial commit 5 years ago
scriptcanvasgem_editor_tests_files.cmake Initial commit 5 years ago
scriptcanvasgem_game_files.cmake SPEC-7178 Removal of precompiled cpp files (#1171) 5 years ago
scriptcanvasgem_runtime_asset_files.cmake Initial commit 5 years ago
scriptcanvasgem_tests_files.cmake SPEC-7178 Removal of precompiled cpp files (#1171) 5 years ago