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