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

Method GetArrayStr

Source/democpp/SluaTestCase.cpp:389–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387}
388
389TArray<FString> USluaTestCase::GetArrayStr() {
390 TArray<FString> array={"hello","world","nihao"};
391 return array;
392}
393
394void USluaTestCase::SetArrayStr(const TArray<FString>& array) {
395 for(auto it:array) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected