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,9 @@
// UE5 Modular Game Framework — BPC_DamageReceptionSystem Implementation
#include "Weapons/BPC_DamageReceptionSystem.h"
#include "Player/BPC_HealthSystem.h"
#include "Weapons/BPC_ShieldDefenseSystem.h"
#include "Weapons/BPC_HitReactionSystem.h"
DEFINE_LOG_CATEGORY_STATIC(LogFrameworkDamage, Log, All);