Add test for nameless function arguments

This commit is contained in:
Chandler Cox
2024-10-30 12:20:37 -05:00
parent 379bccc421
commit 2f4e673be3

View File

@@ -178,6 +178,9 @@ public:
return static_cast<float>(number);
}
// Test nameless arguments
API_FUNCTION() void TestNamelessArguments(int32, float, bool){}
int32 TestInterfaceMethod(const String& str) override
{
return str.Length();