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