Navigation
Unreal Engine C++ API Reference > Plugins > ApexDestruction > UDestructibleComponent
References
Module | ApexDestruction |
Header | /Engine/Plugins/Runtime/ApexDestruction/Source/ApexDestruction/Public/DestructibleComponent.h |
Include | #include "DestructibleComponent.h" |
Source | /Engine/Plugins/Runtime/ApexDestruction/Source/ApexDestruction/Private/DestructibleComponent.cpp |
UFUNCTION (BlueprintCallable, Category="Components|Destructible")
virtual void ApplyDamage
(
float DamageAmount,
const FVector & HitLocation,
const FVector & ImpulseDir,
float ImpulseStrength
)
Remarks
Take damage.