UDestructibleComponent::ApplyRadiusDamage

Take radius damage.

Windows
MacOS
Linux

Override Hierarchy

IDestructibleInterface::ApplyRadiusDamage()

UDestructibleComponent::ApplyRadiusDamage()

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

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Components|Destructible")
virtual void ApplyRadiusDamage
(
    float BaseDamage,
    const FVector & HurtOrigin,
    float DamageRadius,
    float ImpulseStrength,
    bool bFullDamage
)

Remarks

Take radius damage.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss