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

Method ReturnIntWithInt

Source/democpp/SluaTestCase.cpp:473–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471}
472
473int USluaTestCase::ReturnIntWithInt(int i) {
474 return i;
475}
476
477int USluaTestCase::FuncWithStr(FString str) {
478 return str.Len();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected