Native-defined blueprint function
Clamp Attribute Value#
Clamps the Attribute from MinValue to MaxValue
Parameters#
-
Gameplay Attribute Struct (const)
Attribute
Gameplay Attribute to clamp the value
-
Float
Min Value = 0.0
The lower bound float to clamp the value within
-
Float
Max Value = 0.0
The higher bound float to clamp the value within