Add unit test of code from #3858 to ensure stability
This commit is contained in:
@@ -204,6 +204,9 @@ public:
|
||||
{
|
||||
return str.Length();
|
||||
}
|
||||
|
||||
// Test parameter passing with non-cost ref
|
||||
API_FUNCTION() virtual void StringParamRef(String& str) {}
|
||||
};
|
||||
|
||||
// Test debug commands via static class.
|
||||
|
||||
Reference in New Issue
Block a user