FlowPilot Asset
UFlowPilot · Inherits UDataAsset · Core/FlowPilot.h
By default, all FlowPilot Assets start as Sequences which is a good enough point to start your flow. if the need arises, we can potentially add an option to switch to a selector by default 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.
Properties
| Property | Default | Description |
|---|---|---|
Flow NameFlowName · FName | "Flow Name" | Flow Id |
RootRoot · UFPTask_Sequence | NewObject<UFPTask_Sequence>(this, FName(GetName()), RF_Transactional) | Advanced |