Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/sluaunreal
/ FuncWithStr
Method
FuncWithStr
Source/democpp/SluaTestCase.cpp:267–269 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
265
}
266
267
int FuncWithStr(const FString& str) {
268
return str.Len();
269
}
270
};
271
272
DefLuaClass(PerfTest)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected