MCPcopy Create free account
hub / github.com/DruidMech/MultiplayerCourseBlasterGame / Initialize

Method Initialize

Source/Blaster/HUD/ReturnToMainMenu.cpp:44–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44bool UReturnToMainMenu::Initialize()
45{
46 if (!Super::Initialize())
47 {
48 return false;
49 }
50
51 return true;
52}
53
54void UReturnToMainMenu::OnDestroySession(bool bWasSuccessful)
55{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected