You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the Preset Text node is connected to a UE node, it breaks.
It seems to be because the Preset Text node isn't serialized (it's pure javascript) but UE references it. Push it through a blank String node and it's fine. My initial guess is that Preset works by pushing it's value into the downstream nodes in a way that UE doesn't support.
The text was updated successfully, but these errors were encountered:
If the Preset Text node is connected to a UE node, it breaks.
It seems to be because the Preset Text node isn't serialized (it's pure javascript) but UE references it. Push it through a blank String node and it's fine. My initial guess is that Preset works by pushing it's value into the downstream nodes in a way that UE doesn't support.
The text was updated successfully, but these errors were encountered: