Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Timed Data Monitor Calibration Parameters' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| integer | Number Of Retries | When needed, how many retry is allowed. |
| boolean | Buffer Resize Allowed | If no calibration is possible, are we allowed to increase the size of the buffer. |
| boolean | Buffer Shrink Allowed | When resizing buffer, do we allow shrinking them. |
| boolean | Failed If Buffer Cant Be Resize | When resizing buffer, failed the calibration if a buffer couldn't be resize. |
| boolean | Use Standard Deviation | When calibrating, ensure that the evaluation is included inside the STD. |
| integer | Number Of Standard Deviation | When using STD, how many should we use. |
| boolean | Reset Statistics Before Using Standard Deviation | Before calibration, allow to reset the statistics. |
| real | Amount Of Seconds To Wait After Statistic Reset | Before calibration, allow to reset the statistics. |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Timed Data Monitor Calibration Parameters |