MCPcopy Create free account
hub / github.com/DruidMech/UE5_TheUltimateDeveloperCourse / IsAttacking

Method IsAttacking

Source/Slash/Private/Enemy/Enemy.cpp:263–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263bool AEnemy::IsAttacking()
264{
265 return EnemyState == EEnemyState::EES_Attacking;
266}
267
268bool AEnemy::IsDead()
269{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected