BlueprintAPI > BlueprintAPI/Ability > BlueprintAPI/Ability/Attribute
Returns the value of Attribute from the ability system component AbilitySystem after evaluating it with source and target tags using the passed in base value instead of the real base value. bSuccess indicates the success or failure of this operation.
Target is Ability System Blueprint Library
Inputs
Type | Name | Description |
---|---|---|
object | Ability System | |
struct | Attribute | |
struct | Source Tags | |
struct | Target Tags | |
real | Base Value |
Outputs
Type | Name | Description |
---|---|---|
boolean | Success | |
real | Return Value | Returns the value of Attribute from the ability system component AbilitySystem after evaluating it with source and target tags using the passed in base value instead of the real base value. bSuccess indicates the success or failure of this operation. |