Update README.md

This commit is contained in:
Arnaud Jamin
2025-05-14 21:19:34 -04:00
committed by GitHub
parent a4e5b7b110
commit 0eb59af1e9
+2 -2
View File
@@ -531,8 +531,8 @@ void UCogSampleConfigurationSubsystem::PostInitialize()
}
```
> [!TIP]
> The reason you need to manually add this code is because all Cog code appart from CogCommon is stripped in `Shipping` build.
> [!NOTE]
> The reason you need to manually add this code is because you can customize which windows are displayed in the main menu, and because all Cog code appart from the `CogCommon` module is stripped in `Shipping` build.
- Implement Cog Interfaces on your desired actor classes:
```cpp