Node Properties

History Depth[1..2147483647]

If History Depth is set to 1, only the current state is stored, i.e., the current state is simply passed through. If History Depth is set to 2, the current state (position 1) and the previous state (position 2) are stored.

History Level defines which one of the stored states the node outputs. To set the History Level, either pass the value to the node's History Level port or, if the port is unconnected, enter the value directly into the Attribute Manager. If you set History Level to a higher value than History Depth, the node outputs the oldest stored state.

  • If History Depth is set to 1, the value that arrives at the input is passed directly to the output regardless of the History Level setting.
  • If History Depth is set to 2, the node outputs the current state (if History Level is set to 0) or the previous state (if History Level is set to 1 or higher).
  • If History Depth is set to 3, the node outputs the current state (if History Level is set to 0), the previous state (if History Level is set to 1) or the next previous state (if History Level is set to 2 or higher).

Different rules apply when using nodes such as the Object node, since these nodes are themselves able to output a previous state. In such cases, a History Level of 0 retrieves the previous state instead of the current state.

Data Type

Use this setting to change the Output Node’s data type.