| 144 | } |
| 145 | |
| 146 | FString ResolveLevelPath(const FString& NameOrPath) |
| 147 | { |
| 148 | if (NameOrPath.StartsWith(TEXT("/Game/"))) |
| 149 | return NameOrPath; |
| 150 | return FString::Printf(TEXT("/Game/Levels/%s"), *NameOrPath); |
| 151 | } |
| 152 | |
| 153 | namespace |
| 154 | { |
no outgoing calls