-
Notifications
You must be signed in to change notification settings - Fork 37
Unit Reference MultilineStringNode
S2NX7 edited this page Oct 5, 2025
·
3 revisions

The Multiline String node outputs a constant string value, which can include multiple lines of text.
Useful for storing or passing large string literals within a visual scripting graph.
Properties
- stringLiteral : The string value stored in the node. Can include multiple lines.
Output Ports
- output : The value of the provided string literal.