Files
o3de/Gems/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-03-08 14:30:57 -08:00
2021-04-23 09:43:40 -07:00
2021-03-08 14:30:57 -08:00