Blueprint Utility Pack 1.4
New AddMod nodes
These nodes will add values together and use modulo afterwards. Useful for scrolling through a looping list like your weapons. Use SmartMod if you want to it to work with negative values as well.
- FloatAddMod
- FloatAddSmartMod
- FloatAddVarMod
- FloatAddVarSmartMod
- IntAddMod
- IntAddSmartMod
- IntAddVarMod
- IntAddVarSmartMod
New RandomAbsRange nodes
These nodes will help you generate random values within a range of a value. (The difference between the random value and the center value will be less or equal to the Range)
- RandomFloatAbsRange
- RandomFloatAbsRangeStream
- RandomIntAbsRange
- RandomIntAbsRangeStream
Few new vector nodes
- VectorWithinDistanceXY - Checks if the distance is within the value on the XY axis
- VectorWithinHeight - Checks if the distance is within the value on the Z axis
- VectorCombinePlaneHeight - Combines two vectors using one for the XY coordinates and one for the Height(Z)
2021. 11. 19.