Skip to content

Commit 8e434af

Browse files
committed
update docs
1 parent 1adc232 commit 8e434af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/content/docs/reference/FPTask_Delay.mdx

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ Simple task that adds a delay to the execution flow
2222
### Properties
2323

2424
```cpp
25+
// Delay Time
26+
UPROPERTY(EditAnywhere, Category = "FlowPilot", meta=(ClampMin=0.0f, ForceUnits="s"))
27+
float DelayTime = 0.0f;
28+
2529
// Adds random deviation (TimeAmount - RndDev, TimeAmount + RndDev), Clamped (0.0f - T)
2630
UPROPERTY(EditAnywhere, Category = "FlowPilot", meta=(ClampMin=0.0f, ForceUnits="s"))
2731
float RandomDeviation = 0.0f;

0 commit comments

Comments
 (0)