Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GameFramework
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/GameFramework/Actor.h |
| Include | #include "GameFramework/Actor.h" |
DECLARE_DYNAMIC_MULTICAST_SPARSE_DELEGATE_NineParams
(
FTakePointDamageSignature,
AActor ,
OnTakePointDamage,
AActor *,
DamagedActor,
float,
Damage,
class AController *,
InstigatedBy,
FVector ,
HitLocation,
class UPrimitiveComponent *,
FHitComponent,
FName ,
BoneName,
FVector ,
ShotFromDirection,
const class UDamageType *,
DamageType,
AActor *,
DamageCauser
)