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

Method TestIntStrEnum_Enum

Source/democpp/SluaTestCase.cpp:426–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
428 return ESlateVisibility((int)e + 1);
429}
430
431TArray<int> USluaTestCase::TestIntStrEnum_Arr(int i, FString s, ESlateVisibility e) {
432 NS_SLUA::Log::Log("TestIntStrEnum_Arr i=%d, s=%s, e=%d", i, TCHAR_TO_UTF8(*s), (int)e);

Callers

nothing calls this directly

Calls 1

LogFunction · 0.85

Tested by

no test coverage detected