mirror of
https://github.com/Ed94/Cog.git
synced 2026-06-13 08:02:23 -07:00
Comment
This commit is contained in:
@@ -35,7 +35,11 @@ void ACogSampleGameState::BeginPlay()
|
||||
#if ENABLE_COG
|
||||
CogWindowManager = NewObject<UCogWindowManager>(this);
|
||||
CogWindowManagerRef = CogWindowManager;
|
||||
|
||||
// Add all the built-in windows
|
||||
Cog::AddAllWindows(*CogWindowManager);
|
||||
|
||||
// Add a custom window
|
||||
CogWindowManager->AddWindow<FCogSampleWindow_Team>("Gameplay.Team");
|
||||
#endif //ENABLE_COG
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user