Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Radial Damage Params' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| real | Base Damage | Max damage done |
| real | Minimum Damage | Damage will not fall below this if within range |
| real | Inner Radius | Within InnerRadius, do max damage |
| real | Outer Radius | Outside OuterRadius, do no damage |
| real | Damage Falloff | Describes amount of exponential damage falloff |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Radial Damage Params |