AI Action flowgraphs allow designers to script AI behaviors without having to creating new code. These flowgraphs are kind of flowgraph macro-nodes used for common actions like drinking, observing the environment, or performing some other idle action. To create such an AI Action, open the Flow Graph editor in Sandbox and follow these steps: AI Action flowgraphs use the following two entities as parameters:Overview
Sections
Setup
GameSDK\Libs\ActionGraphs\
directory (you may need to create the directory if it doesn't exist already)Example