UA_UseBatteringRam¶
#include <A_UseBatteringRam.h>
Inherits from UUtilityAI_Action, UObject
Public Functions¶
| Name | |
|---|---|
| UA_UseBatteringRam() |
Protected Functions¶
| Name | |
|---|---|
| void | OnChargeUpdated(ABatteringRam * InBatteringRam, float Charge) |
| void | OnDismount(ATBLCharacter * Driver, [[EDismountType]] DismountType) |
| void | StartCharging() |
| void | StopCharging() |
Protected Attributes¶
| Name | |
|---|---|
| ABatteringRam * | BatteringRam |
| AAIController * | Controller |
| float | DesiredChargePercent |
| USiegeMountPoint * | SiegeMountPoint |
| bool | bCharging |
Updated on 2025-01-21 at 09:02:23 +0100