BPFL_LPAMG_Math

Introduction

The Math Function Library (ABP_LPAMG_FP_PCH) is the Blueprint Function Library in the asset that contains lots of Math expressions that we use all around.

You can find the Math Function Library at this path: LowPolyAnimatedModernGuns/Demo/Core/Libraries/BPFL_LPAMG_Math

Functions

Add Rotators. Adds two rotator values (A + B).

Negate Rotator. Returns the variable passed to it multiplied by negative one.

Add Transforms. Adds two transform values together.

Vector To Rotator. Converts a vector value to a rotator value on a component basis.

Rotator To Vector. Converts a rotator value to a vector value on a component basis.

Random Float In Vector Range. Returns a random float value contained somewhere in the range of the vector passed.

Random Integer In Vector Range. Returns a random integer value contained somewhere in the range of the vector passed.

Negate Transform. Returns the transform value passed multiplied by negative one.

Subtract Rotators. Subtracts two rotator values (A - B).


Last updated

Was this helpful?