| 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)) |
nothing calls this directly
no outgoing calls
no test coverage detected