Skip to content

Commit

Permalink
steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikea15 committed Jun 9, 2024
1 parent 65e6126 commit 7d2e36a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,21 @@
title: Using FlowPilot
description: Guide on how to use FlowPilot
---
import { Steps } from '@astrojs/starlight/components';

To use FlowPilot:

<Steps>

1. Add `FlowPilotComponent` to any Actor you'd like. This can be a level actor or blueprint. (You control its lifetime)

2. Add a FlowPilot Asset reference.

3. Select Execution mode for the FlowPilot

4. Tick if you wish FlowPilot starts on Begin Play
- In case you don't, you can manually call `StartFlow` from the `FlowPilotComponent`. See more on the reference page.
4. Run the game

4. Run the game

</Steps>
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,21 @@
title: Your first FlowPilot Asset
description: Introductory guide to setup your first FlowPilot Asset
---
import { Steps } from '@astrojs/starlight/components';

To create a FlowPilot Asset:

<Steps>

1. Open your Content Browser
![image](https://github.com/Mikea15/UEFlowPilot/assets/1379861/cc776893-ee83-43d5-b862-17b6205d99a7)

2. Right Click to Open the Create New Object Menu and Select *Data Asset* from the *Miscellaneous* menu
![image](https://github.com/Mikea15/UEFlowPilot/assets/1379861/f0f8b11e-2686-425a-8384-704bf9460a6a)

3. Done.

</Steps>

You can now open this asset and edit it with the editor.
You can now reference this asset in a `FlowPilotComponent`

0 comments on commit 7d2e36a

Please sign in to comment.