Print String
Amaster's Debug Library
The Print String node takes in a String to be logged and an optional tag. This sends a signal to Dynamic Impulse Receivers (With Data: String) listeners that match that tag (by default it is Print)
This is helpful for debugging by sending signals for logging information for projects. This is similar to how the Unreal Engine uses their nodes for debugging.
Inputs
* (Impulses)
Calls this node to log a string.
String (String)
The string to log.
Tag (String)
The optional input for sending the signal to listeners. The default is Print.
Outputs
Next (Continuation)
Continues the code from here.