CogEngine: Improve collision tester and viewer

Replace usage of engine asset by debug config for the colors of collision channels
This commit is contained in:
Arnaud Jamin
2024-01-03 03:56:47 -05:00
parent 7dd4922b01
commit 11022f7311
15 changed files with 1205 additions and 1281 deletions
@@ -41,13 +41,9 @@ public:
UPROPERTY(Config)
FCogDebugSettings Data;
UPROPERTY(Config)
bool bShowAdvancedSettings = false;
virtual void Reset() override
{
Super::Reset();
Data = FCogDebugSettings();
bShowAdvancedSettings = false;
}
};