1
1
---
2
- title : Welcome to FlowPilot!
3
- description : ' A simple, modular and extensible gameplay system that allows fast data-driven gameplay flow creation for Unreal Engine 5 '
2
+ title : " FlowPilot: Streamline Your Unreal Engine Gameplay Creation "
3
+ description : ' Powerful, efficient, and intuitive gameplay design for Unreal Engine developers. '
4
4
template : splash
5
5
hero :
6
- tagline : ' A simple, modular and extensible gameplay system that allows fast data-driven gameplay flow creation for Unreal Engine 5 '
6
+ tagline : ' Powerful, efficient, and intuitive gameplay design for Unreal Engine developers. '
7
7
image :
8
8
file : ../../assets/fp_icon.jpg
9
9
actions :
10
- - text : New to FlowPilot? Start Here
10
+ - text : π Start Here
11
11
link : /about/intro/
12
12
icon : open-book
13
13
variant : primary
14
- - text : Open the Reference Doc
15
- link : /reference/uflowpilotcomponent /
14
+ - text : π Open the Reference Doc
15
+ link : /reference/flowpilotcomponent /
16
16
icon : external
17
17
variant: primary
18
+
18
19
banner :
19
20
content : |
20
21
FlowPilot is available now!
21
- πͺ <a href="https://spotlesslink.com/4lyb6">Get it from the Unreal Marketplace </a> π
22
+ πͺ <a href="https://spotlesslink.com/4lyb6">Get FlowPilot Now </a> π
22
23
---
23
24
24
25
import { LinkCard , Card , CardGrid } from ' @astrojs/starlight/components' ;
25
26
26
27
<CardGrid >
27
- <LinkCard title = " Unreal Marketplace " icon = " rocket" href = " https://spotlesslink.com/4lyb6" />
28
- <LinkCard title = " Discord Support" href = " https://discord.gg/sF9KjZ9qqj" />
28
+ <LinkCard title = " π Get FlowPilot Now π " icon = " rocket" href = " https://spotlesslink.com/4lyb6" />
29
+ <LinkCard title = " π¨οΈ Discord Support" href = " https://discord.gg/sF9KjZ9qqj" />
29
30
</CardGrid >
30
31
31
32
## Featured Pages
@@ -38,11 +39,10 @@ import { LinkCard, Card, CardGrid } from '@astrojs/starlight/components';
38
39
Follow the Introduction to FlowPilot guide to get a grasp on the basic concepts.
39
40
[ Read Now] ( /guides/introductiontoflowpilot/ )
40
41
</Card >
41
- { /* <Card title="Debugging! Lets dive in" icon="setting">
42
- Want to stay on top of performance, and know what's going on? Learn about Visual Logger, Profiling, and reading FlowPilot logs.
43
- [Read Now](/guides/usingflowpilot)
42
+ <Card title = " Intuitive Design Tools" icon = " setting" >
43
+ Custom FlowPilot Editor, Visual Flow Creation, Blueprint & C++ Support
44
+ </Card >
45
+ <Card title = " Modular Architecture" icon = " setting" >
46
+ Reusablility, Data-Driven Approach, Seamless Integration
44
47
</Card >
45
- <Card title="Console Commands Reference" icon="setting">
46
- Open the list of [Console Commands Here](/about/consolecommands/)
47
- </Card> */ }
48
48
</CardGrid >
0 commit comments