How to log the length of a struct array in string or integer?

TArray<FString> myarray;
GEngine->AddOnScreenDebugMessage(-1, 4.0f, FColor::White, FString::Printf(TEXT("Struct Size: %d"), myarray.Num()));

I had scrumbled up things before

1 Like