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
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
..
Assets/ScriptCanvas/StyleSheet LYN-2537 engine assets (#254) 5 years ago
Code Don't give a broken copy constructor to BehaviorContextObject. (#1002) 5 years ago
CMakeLists.txt Initial commit 5 years ago
gem.json Add newlines to the end of all files 5 years ago
preview.png Initial commit 5 years ago