Function Libraries
SF includes a few Blueprint Function Libraries (BFL) that consist of both functions specifically for SF, and another BFL for more general and commonly used functions.

SFCameraGeneralFunctions_BFL
& SFGameplayFunctions_BFL
are primarily functions used and relating to SF specific systems. SFGeneralFunctions_BFL
consists of a large collection of quality of life, and common functions for you to use throughout your own blueprints and systems. Below, will be a list of all the functions included in the SFGeneralFunctions_BFL
function library.

Finally, the SFTraceResults_BFL
consists of all "Break Hit Results" values packed into individual functions. This all helps keep your blueprints tidy, and easily readable.
Last updated