In C#, the Candidate Name field assumes that the C++ code is sending a string pointer out. However, what is being sent out is an InternationalizedText pointer instead.
By having the wrong pointer type, Visual Studio sometimes crashes during testing and the data cannot be seen at all.
Is there an existing issue for this?
Current Behavior
In C#, the Candidate Name field assumes that the C++ code is sending a string pointer out. However, what is being sent out is an InternationalizedText pointer instead.
By having the wrong pointer type, Visual Studio sometimes crashes during testing and the data cannot be seen at all.
Expected Behavior
No response
Steps To Reproduce
No response
Environment
Anything else?
No response