Added support for translating variables types in the variable manager

Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
This commit is contained in:
lsemp3d
2021-11-29 18:22:53 -08:00
parent 3922280cec
commit 8e472a030b
8 changed files with 1577 additions and 443 deletions
@@ -131,6 +131,9 @@ namespace ScriptCanvasEditorTools
//! Generates the translation data for the specified property in the BehaviorContext
void TranslateBehaviorProperty(const AZ::BehaviorProperty* behaviorProperty, const AZStd::string& className, const AZStd::string& context, Entry* entry = nullptr);
//! Generates a type map from reflected types that are suitable for BehaviorContext objects used by ScriptCanvas
void TranslateDataTypes();
private:
//! Utility to populate a BehaviorMethod's translation data