Is Data Type
Last updated
Last updated
The Is Data Type Node returns true or false depending on whether or not the input matches the Data Type
.
Attribute | Type | Description |
---|---|---|
| Dropdown | The Data Type to compare the input type with. The Node name matches the |
Input | Type | Description |
---|---|---|
Pulse Input (►) | Pulse | A standard Input Pulse, to trigger the execution of the Node. |
| Any | The input |
Output | Type | Description |
---|---|---|
Pulse Output (►) | Pulse | A standard Output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution. |
| Bool | Returns true or false depending on whether or not the input matches the |
The Is Data Type Node is useful for checking for correct Data Types
from other sources, such as a parsed JSON file. In the above image, a Float is converted into the generic Any Data Type
, to prove that it is indeed a Float. The resulting output will confirm that the Data Type
matches the expected Data Type
and flow to OnTrue
for additional actions.