Referencing

As stated before, SF utilizes different actor components to drive certain logic and functions. These actor components are made easily accessible through a function library. This function library contains interface references of each actor component, packed into their respective functions that can be created inside any blueprint. Inside of any blueprint, right-click and search for the component you're trying to reference. Below will be all of the actor component reference functions that can be used,

Some functions or systems mentioned throughout this documentation will need to use these listed functions to reference the component that said function or system is inside of. This will be shown or stated in some manor if these are required to utilize the function or system that is being explained.

Last updated