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

Method SetArrayStr

Source/democpp/SluaTestCase.cpp:394–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392}
393
394void USluaTestCase::SetArrayStr(const TArray<FString>& array) {
395 for(auto it:array) {
396 NS_SLUA::Log::Log("output array = %s", TCHAR_TO_UTF8(*it));
397 }
398}
399
400void USluaTestCase::SetArrayStrEx(const TArray<FString>& array) {
401 for(auto it:array) {

Callers

nothing calls this directly

Calls 1

LogFunction · 0.85

Tested by

no test coverage detected