Navigation
API > API/Runtime > API/Runtime/Engine
Inheritance Hierarchy
- IDestructibleInterface
- UDestructibleComponent
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/DestructibleInterface.h |
| Include | #include "DestructibleInterface.h" |
Syntax
class IDestructibleInterface
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ApplyDamage
(
float DamageAmount, |
Take damage. | |
| void | ApplyRadiusDamage
(
float BaseDamage, |
Take radius damage. |