| 42 | } |
| 43 | |
| 44 | bool UReturnToMainMenu::Initialize() |
| 45 | { |
| 46 | if (!Super::Initialize()) |
| 47 | { |
| 48 | return false; |
| 49 | } |
| 50 | |
| 51 | return true; |
| 52 | } |
| 53 | |
| 54 | void UReturnToMainMenu::OnDestroySession(bool bWasSuccessful) |
| 55 | { |
nothing calls this directly
no outgoing calls
no test coverage detected