| 392 | } |
| 393 | |
| 394 | void 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 | |
| 400 | void USluaTestCase::SetArrayStrEx(const TArray<FString>& array) { |
| 401 | for(auto it:array) { |