Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikea15 committed Sep 8, 2024
1 parent 1adc232 commit 8e434af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/content/docs/reference/FPTask_Delay.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ Simple task that adds a delay to the execution flow
### Properties

```cpp
// Delay Time
UPROPERTY(EditAnywhere, Category = "FlowPilot", meta=(ClampMin=0.0f, ForceUnits="s"))
float DelayTime = 0.0f;

// Adds random deviation (TimeAmount - RndDev, TimeAmount + RndDev), Clamped (0.0f - T)
UPROPERTY(EditAnywhere, Category = "FlowPilot", meta=(ClampMin=0.0f, ForceUnits="s"))
float RandomDeviation = 0.0f;
Expand Down

0 comments on commit 8e434af

Please sign in to comment.