Add unit test of code from #3858 to ensure stability

This commit is contained in:
Wojtek Figat
2025-12-29 22:05:01 +01:00
parent b786fa1c22
commit c30d457b1c

View File

@@ -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.