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

Method TwoArgs

Source/democpp/SluaTestCase.cpp:442–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440}
441
442void USluaTestCase::TwoArgs(FString a,int b,float c,FString d,UObject* widget) {
443 NS_SLUA::Log::Log("We get 5 args %s,%d,%f,%s,%p", TCHAR_TO_UTF8(*a),b,c,TCHAR_TO_UTF8(*d),widget);
444}
445
446void USluaTestCase::SetButton(UUserWidget* widget) {
447 NS_SLUA::Log::Log("Set Button %p",widget);

Callers

nothing calls this directly

Calls 1

LogFunction · 0.85

Tested by

no test coverage detected