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

Method GetArray

Source/democpp/SluaTestCase.cpp:373–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371}
372
373TArray<int> USluaTestCase::GetArray() {
374 TArray<int> array={1,0,2,4,2,0,4,8};
375 return array;
376}
377
378TMap<int, FString> USluaTestCase::GetMap() {
379 TMap<int, FString> FruitMap;

Callers 1

setHookMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected