MCPcopy Create free account
hub / github.com/Tencent/sluaunreal / ReturnIntWithInt

Method ReturnIntWithInt

Source/democpp/SluaTestCase.cpp:263–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261 }
262
263 int ReturnIntWithInt(int i) {
264 return i;
265 }
266
267 int FuncWithStr(const FString& str) {
268 return str.Len();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected