Reference
Every page here is generated from the FlowPilot C++ headers, so it always matches the plugin version this site was built from.
Core
| Page | Description |
|---|---|
| Flow Actor Reference | with score "Runtime", or the owner of the FlowPilot that is running with scope "self" |
| FlowPilot Asset | for now, if you want a selector first, you can add it as the first child of the sequence, that will work just as well. |
| FlowPilot Parent | Inherited by Tasks that handle multiple Tasks. |
| FlowPilot Task | FlowPilotTask |
| Types | FlowPilot Stop Type |
Components
| Page | Description |
|---|---|
| FlowPilot Component | FlowPilotComponent initializes, maintains and runs a FlowPilot Data Asset. |
| FlowPilot Subsystem | FlowPilot Subsystem |
| Tag Actor Component | Helper Component to add Tags to Actor. |
Tasks
| Task | Category | Description |
|---|---|---|
| Clear Focus | AI | Clears focus for a group of AI Pawns |
| Move To | AI | Moves one or more Agents to a destination location |
| Run Behavior | AI | Runs an AI Behavior |
| Set Gameplay Focus | AI | Sets Gameplay focus for a group of AI Pawns |
| Blueprint Base | BP | Create Blueprint Tasks using this class as base. |
| FlowPilot Control | Flow | FlowPilot Control |
| Loop | Flow | Loops a Task's execution for X amount of times, or infinite |
| Parallel | Flow | Parallel Task |
| Selector | Flow | Selector Task |
| Sequence | Flow | Sequence Task |
| Sub Flow | Flow | FPTask_SubFlow |
| Delay | Gameplay | Simple task that adds a delay to the execution flow |
| Destroy Actor | Gameplay | Destroys Actors |
| Load Level | Gameplay | Load Level |
| Play Animation | Gameplay | Task that plays an animation |
| Possess Pawn | Gameplay | Possess Pawn |
| Screen Fade | Gameplay | ScreenFade. |
| Spawn Class | Gameplay | Generic Spawn Class Task |
| Unload Streamed Level | Gameplay | Unloads Streamed Level |
| Play Sound | SFX | Plays SoundCues or SoundWaves |
| Play Sound 2D | SFX | Play 2D Sounds |
| Distance | Trigger | Trigger by Distance |
| Inside Volume | Trigger | Inside Volume |
| Volume | Trigger | Trigger by Volume |
Settings
| Page | Description |
|---|---|
| Project Settings | FlowPilot Project User Settings. |
| Editor Preferences | FlowPilot Editor Level Project Settings |