Files
o3de/Gems/ScriptCanvas/Code/Include/ScriptCanvas
yuriy0 972c640782 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
2021-06-25 17:32:27 -05:00
..
2021-04-28 21:38:43 -05:00
2021-04-28 21:38:43 -05:00
2021-06-04 10:51:47 -07:00
2021-03-25 13:57:57 -07:00