Space Plunder
Loading...
Searching...
No Matches
HealthComponentBase.h File Reference
#include "CoreMinimal.h"
#include "Components/CharacterComponent.h"
#include "HealthComponentBase.generated.h"

Go to the source code of this file.

Functions

 DECLARE_DYNAMIC_MULTICAST_DELEGATE_FourParams (FOnDeathEvent, AActor *, OwningActor, EDeathType, DeathType, AActor *, DeathCauser, AController *, DeathInstigator)
 
 DECLARE_DYNAMIC_MULTICAST_DELEGATE_ThreeParams (FOnHealthChanged, float, Health, float, MaxHealth, const class UDamageType *, DamageType)
 

Function Documentation

◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE_FourParams()

DECLARE_DYNAMIC_MULTICAST_DELEGATE_FourParams ( FOnDeathEvent ,
AActor * ,
OwningActor ,
EDeathType ,
DeathType ,
AActor * ,
DeathCauser ,
AController * ,
DeathInstigator  )

◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE_ThreeParams()

DECLARE_DYNAMIC_MULTICAST_DELEGATE_ThreeParams ( FOnHealthChanged ,
float ,
Health ,
float ,
MaxHealth ,
const class UDamageType * ,
DamageType  )