|
Yasiu Math 1
Collection of mathematic functions that help create game mechanics and procedural tools
|
All functions from library are located under same category.
Squirrel Object is not treated as ActorComponent, it has to be spawned from class using node CreateFromClass
To access math functions add include in your file:
Functions are nested in name spaces: List of functions in C++
To access the Squirrel random generator in C++, add include in your file:
It is UObject, so it must comply with unreal eninge rules for objects lifecycle. Store ref value as any UObject if you want it to persist in game for longer.