| 153 | namespace |
| 154 | { |
| 155 | ULevelEditorSubsystem* GetLevelSub() |
| 156 | { |
| 157 | return GEditor ? GEditor->GetEditorSubsystem<ULevelEditorSubsystem>() : nullptr; |
| 158 | } |
| 159 | } // namespace |
| 160 | |
| 161 | bool CreateLevelSync(const FString& NameOrPath, bool bForceOverwrite, |
no outgoing calls
no test coverage detected