Added comment explaining state of progress of SC --> C++
Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com>
This commit is contained in:
@@ -133,6 +133,10 @@ namespace ScriptCanvas
|
||||
}
|
||||
}
|
||||
|
||||
// Translation to C++ (executed via BehaviorContext calls) has been demonstrated in the past and is partially in progress.
|
||||
// These calls allow for users to execute multiple translations from the same abstract code model.
|
||||
// More work is required to complete all the latest features of the ACM, and do integrate output files into the build.
|
||||
//
|
||||
// if (targetFlags & (TargetFlags::Cpp | TargetFlags::Hpp))
|
||||
// {
|
||||
// auto outcomeCPP = TranslationCPP::ToCPlusPlus(*model.get(), rawSave);
|
||||
|
||||
Reference in New Issue
Block a user