Auto gen updates fixing property declarations.

This commit is contained in:
chcurran
2021-05-03 09:37:23 -07:00
parent 2fc130d4ab
commit 071a642804
6 changed files with 48 additions and 20 deletions
@@ -66,5 +66,15 @@ namespace ScriptCanvasTesting
{
input.clear();
}
void PropertyExample::In()
{
for (auto& num : Numbers)
{
AZ_TracePrintf("ScriptCanvas", "%f", num);
}
AZ_TracePrintf("ScriptCanvas", "Slang: %s", Slang.c_str());
}
}
}