-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
59 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
--- | ||
title: 'Intro' | ||
description: 'Unreal Engine Code Plugin: Simple, modular and extensible gameplay system that allows fast data-driven gameplay flow creation.' | ||
--- | ||
|
||
## Description | ||
|
||
FlowPilot is an Unreal Engine code plugin that allows simple, modular and extensible gameplay flow. Using a data driven approach and with a custom | ||
editor, you can create fast gameplay flow, scripted sequences, interactive object. | ||
|
||
All without the clutter that can sometimes happen when dealing with Blueprints. | ||
FlowPilot uses Tasks which are re-usable modules that run logic code. These can be created in Cpp and in Blueprint. | ||
|
||
## Features | ||
|
||
- Simple Modules `FlowPilotTask` can be created in Blueprint and C++ | ||
- FlowPilotComponent controls FlowPilot Execution and is fully exposed to Blueprint. | ||
- Re-usability at its core with modular data-driven approach | ||
- Re-use identical flows by grouping them into another FlowPilot Asset | ||
- Easily find actors in the level, or at runtime via GameplayTags | ||
- Prefetch and caching handled by FlowPilotSystemComponent | ||
- Debugging Tools: CPU Profiling in code, Visual Logs, and ScopedCycles to stay on top of Performance | ||
- Easy editing with a custom FlowPilot editor | ||
- Pre-built list of FlowPilotTasks include: Sequences, Selectors, Parallel, Loop, Delay, Spawn, FlowPilotExecution, and more. | ||
|
||
## External Links | ||
|
||
- FlowPilot on [Unreal Marketplace](https://www.unrealengine.com/marketplace/en-US/product/88621a7957c0435991e5d0ce327e9f68) | ||
- [Free/Older] FlowPilot on [Itch.io](https://mikea15.itch.io/flowpilot-ue-plugin) | ||
- Raise issues or features on [Github](https://github.com/Mikea15/UEFlowPilot/issues) | ||
- Support on [Discord](https://discord.gg/sF9KjZ9qqj) | ||
|
||
## Documentation | ||
|
||
This website is the go to for the most up to date documentation and changes about FlowPilot. | ||
However if you want more support, you should [Join our Discord](https://discord.gg/sF9KjZ9qqj) community! | ||
|
||
## Contact | ||
|
||
Need help? The best place to get some help is on Discord, where you can meet fellow devs who help each other out. | ||
You can request features and raise issues there too. | ||
- [Join Discord](https://discord.gg/sF9KjZ9qqj) | ||
|
||
Alternatively, you can drop me an email [[email protected]] or contact me on [Twitter/X](http://www.x.com/michaeladaixo) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters