Unreal Engine Blueprint API Reference > Utilities > Struct
Adds a node that breaks a 'TimedDataMonitorTimeCorrectionParameters' into its member fields
Inputs
Type | Name | Description |
---|---|---|
struct | Timed Data Monitor Time Correction Parameters |
Outputs
Type | Name | Description |
---|---|---|
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. |