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

Method TestIntStr_Str

Source/democpp/SluaTestCase.cpp:421–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419}
420
421FString USluaTestCase::TestIntStr_Str(int i, FString s) {
422 NS_SLUA::Log::Log("TestIntStr_Str i=%d, s=%s", i, TCHAR_TO_UTF8(*s));
423 return FString(UTF8_TO_TCHAR("TestIntStr_Str"));
424}
425
426ESlateVisibility USluaTestCase::TestIntStrEnum_Enum(int i, FString s, ESlateVisibility e) {
427 NS_SLUA::Log::Log("TestIntStrEnum_Enum i=%d, s=%s, e=%d", i, TCHAR_TO_UTF8(*s), (int)e);

Callers

nothing calls this directly

Calls 2

LogFunction · 0.85
FStringClass · 0.85

Tested by

no test coverage detected