Skip to main content
← docs

Troubleshooting

Most failures come down to one of these. Each answer is short on purpose.

fixes

The usual suspects

Pasting on the site does nothing
Your clipboard doesn't have a graph on it. The usual cause: you copied the material asset in the Content Browser, which only copies a file path. Open the material, select the nodes inside the graph, and press Ctrl+C there. Then click the editor canvas once before pasting, so the page has focus.
Pasting in UE5 does nothing
Paste inside the Material Editor's graph, not the viewport or the Content Browser. Click an empty area of the graph first, then Ctrl+V. If it still does nothing, go back to the material page and hit Copy again: something else may have replaced your clipboard in between.
Nodes pasted, but nothing connects to the output node
Expected. The output node belongs to your material asset, so wires into it can't travel with the paste. Reconnect the final pins. While you're there, check the material's description for asset settings it needs: blend mode, shading model, material domain.
Compile errors or missing nodes after pasting
Version mismatch, most of the time. Check the supported versions on the material page. Graphs built on newer engine features (Substrate especially) won't rebuild on older versions.
Textures are missing or gray
Textures never travel through the clipboard, only the node graph does. Every Texture Sample node falls back to a default texture. Assign textures from your own project.
It doesn't look like the screenshots
Lighting, post processing, and the mesh you put it on change everything. The creator's screenshots come from their scene, not yours. Missing textures are the other usual cause, see above.
The Copy button put nothing on my clipboard
Your browser blocked clipboard access, or an extension is interfering. Allow clipboard permissions for nodestrand.com and try again.
The editor is slow with a big graph
Graphs up to around 500 nodes are smooth today. Past that, the canvas gets heavy. We're on it.
still stuck?

Tell us what broke

Send the material link and your UE version. We read everything.

more docs