refactor: Simplify tag display name retrieval and enhance null checks in utility functions

This commit is contained in:
Lefteris Notas
2026-05-21 13:36:53 +03:00
parent d100a097f5
commit 108173b87b
4 changed files with 21 additions and 4 deletions

View File

@@ -2,6 +2,10 @@
// UE5 Modular Game Framework — BPC_StateManager Implementation
#include "Player/BPC_StateManager.h"
#include "Player/BPC_HealthSystem.h"
#include "Player/BPC_StressSystem.h"
#include "Player/BPC_StaminaSystem.h"
#include "Player/BPC_MovementStateSystem.h"
#include "GameplayTagsManager.h"
DEFINE_LOG_CATEGORY_STATIC(LogStateManager, Log, All);