Corrected the name in the description. |
m YoshBot moved page ProtoFlux:Value Filter Invalid to ProtoFlux:ValueFilterInvalid: Automated: removing spaces from ProtoFlux namespace |
(No difference)
|
Latest revision as of 00:40, 21 August 2025
Filter Invalid
Operators
The Value Filter Invalid node takes in an expected value and a fallback value. If the expected value is not valid (such as NaN
, Infinity
, or -Infinity
), then the fallback value will be used as the output.
Inputs
Value (Pseudo-Generic)
The value that may have a chance of being invalid.
Fallback (Pseudo-Generic)
The fallback value if our provided value is invalid (by entering NaN
, Infinity
, or -Infinity
).
Outputs
* (Pseudo-Generic)
Returns a valid value output.