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

Method getTArray

Source/democpp/SluaTestCase.cpp:206–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204 }
205
206 TArray<FString> getTArray() {
207 return {"a","b","c","d"};
208 }
209
210 TMap<int,FString> getTMap() {
211#if !((ENGINE_MINOR_VERSION<20) && (ENGINE_MAJOR_VERSION==4))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected