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

Method TestOIntOStrOEnum

Source/democpp/SluaTestCase.cpp:437–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435}
436
437void USluaTestCase::TestOIntOStrOEnum(int i, int& oi, FString s, FString& os, ESlateVisibility e, ESlateVisibility& oe) {
438 NS_SLUA::Log::Log("TestOIntOStrOEnum i=%d, s=%s, e=%d", i, TCHAR_TO_UTF8(*s), (int)e);
439 NS_SLUA::Log::Log("TestOIntOStrOEnum oi=%d, os=%s, oe=%d", oi, TCHAR_TO_UTF8(*os), (int)oe);
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);

Callers

nothing calls this directly

Calls 1

LogFunction · 0.85

Tested by

no test coverage detected