Code I want ```c++ ManagedInstance* newInstance = FindType("MyManagedClassType").CreateInstance(constructor arguments?); ```
Code I want
ManagedInstance* newInstance = FindType("MyManagedClassType").CreateInstance(constructor arguments?);