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

Method SetArrayStrEx

Source/democpp/SluaTestCase.cpp:400–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398}
399
400void USluaTestCase::SetArrayStrEx(const TArray<FString>& array) {
401 for(auto it:array) {
402 NS_SLUA::Log::Log("output array = %s", TCHAR_TO_UTF8(*it));
403 }
404}
405
406FVector USluaTestCase::TestStruct(FVector v, ESlateVisibility e, FVector& v2, int i, int& i2, FString str) {
407 NS_SLUA::Log::Log("v.X=%f, v.Y=%f, v.Z=%f", v.X, v.Y, v.Z);

Callers

nothing calls this directly

Calls 1

LogFunction · 0.85

Tested by

no test coverage detected