Compute
Compute is a node that executes ActionComponent with an output DataPort and outputs the result.
Processes and returns the result when the output port's connected node attempts to obtain a value.
By setting the recalculation mode, you can reduce the number of processing times and reduce the load.
Properties
Property name | Type | Description |
---|---|---|
Recompute Mode (drop-down on the right side of the node header) |
RecomputeMode |
Setting the recompute mode.
|
Supported node components
- ActionComponent
Processing is executed when data output is required.
Only ActionComponents with output DataPorts can be used. - EvaluateComponent
Processing is executed when data output is required.
Outputs the result in bool type.