Add Material Complexity debug view model

This commit is contained in:
Wojtek Figat
2021-10-07 09:28:49 +02:00
parent c3fe366be8
commit 98ca7c1726
19 changed files with 430 additions and 27 deletions

View File

@@ -120,6 +120,9 @@ public:
/// </summary>
Description DebugDesc;
#endif
#if USE_EDITOR
int32 Complexity;
#endif
public: