Native-defined blueprint function
PreAttributeBaseChange#
This is called just before any modification happens to an attribute's base value when an attribute aggregator exists. This function should enforce clamping (presuming you wish to clamp the base value along with the final value in PreAttributeChange) This function should NOT invoke gameplay related events or callbacks. Do those in PreAttributeChange() which will be called prior to the final value of the attribute actually changing.
In parameters#
-
Gameplay Attribute Struct (by const ref) In Attribute
The Gameplay Attribute whose base value is about to change
-
Float In Value = 0.0
Original value for the Gameplay Attribute
Out parameters#
-
FloatOut Value
Return value of the function which represents the new base value for the Gameplay Attribute