Is Null
Operators
The Is Null node takes in a reference type and returns if the provided reference is null.
Inputs
Instance (Pseudo-Generic)
The reference to check.
Outputs
* (bool)
Outputs if instance is null.
The Is Null node takes in a reference type and returns if the provided reference is null.
The reference to check.
Outputs if instance is null.