Project Settings
UFlowPilotSettings · Inherits UDeveloperSettings · FlowPilotSettings.h
FlowPilot Project User Settings.
Properties
Performance
| Property | Default | Description |
|---|---|---|
Default Ticking GroupDefaultTickingGroup · ETickingGroup | During Physics | Allows changing the default ticking group for Ticking FlowPilotComponents. Components tick 'DuringPhysics' by default. Saved in config |
Prefetch Actors On SetupbPrefetchActorsOnSetup · bool | true | Will prefetch Actors on FlowPilot Setup Phase Saved in config |
Debug
| Property | Default | Description |
|---|---|---|
Show Description On Active TasksbShowDescriptionOnActiveTasks · bool | true | Show Runtime Descriptions On Active Tasks Only Saved in config |
Show Future Child Tasks When Parent ActivebShowFutureChildTasksWhenParentActive · bool | true | Will display future Child Tasks only when the Parent Task is Active. Saved in config |
Show Queued Tasks CountShowQueuedTasksCount · int32 | 4 | Number of Queued Tasks to Show Min: 0 · Saved in config |
Show Completed Tasks CountShowCompletedTasksCount · int | 2 | Number of Completed Tasks to Show Min: 0 · Saved in config |
Debug Font ScaleDebugFontScale · float | 1.0 | Scale Debug UI Range: 0.5 – 2.0 · Saved in config |
Draw RootbDrawRoot · bool | false | If True, Draws Root Node Saved in config |
Debug › Display Preferences
| Property | Default | Description |
|---|---|---|
IndentationIndentation · float | 4.0 | Hierarchy Indentation Saved in config |
Text PaddingTextPadding · FVector2D | (8.0, 3.5) | Text padding Saved in config |
Tile Vertical MarginTileVerticalMargin · float | 1.75 | Tile with background Margin Saved in config |
Task Running ColorTaskRunningColor · FLinearColor | (0.9, 0.2, 0.05, 0.45) | Running Task Color Saved in config |
Task Completed ColorTaskCompletedColor · FLinearColor | (0.0, 0.25, 0.0, 0.45) | Task Completed Color Saved in config |
Task Queued ColorTaskQueuedColor · FLinearColor | (0.02, 0.03, 0.09, 0.45) | Task in Queue Color Saved in config |
Text ColorTextColor · FLinearColor | FLinearColor::White | Task Title Color Saved in config |
Default Background ColorDefaultBackgroundColor · FLinearColor | (0, 0, 0, 0.45) | Text Background Color Saved in config |
Valid ColorValidColor · FLinearColor | (0.0, 0.25, 0.02, 0.45) | Valid Color Saved in config |
Invalid ColorInvalidColor · FLinearColor | (0.25, 0.02, 0.02, 0.45) | Invalid Color Saved in config |