Files
UE5-Modular-Game-Framework/Source/Framework/Private/Player/BPC_HealthSystem.cpp

7 lines
125 B
C++

#include "Player/BPC_HealthSystem.h"
UBPC_HealthSystem::UBPC_HealthSystem()
{
PrimaryComponentTick.bCanEverTick = false;
}