Search Issue Tracker
Fixed in 12.x
Votes
0
Found in [Package]
10.2.2
Issue ID
1311862
Regression
Yes
[Shadergraph] Undoing an inline input entry to a node while an edge is plugged into another input doesn't update previews
Reproduces in Master going back to 10.2.2
Doesn't repro in 9.0.0-preview.73
Repro steps:
1. Create a Universal Lit shadergraph
2. Plug an add node into the master stack's base color input
3. create a float/vector1 node
4. Plug that node into one of the add node's inputs
5. The base color should be black due to both inputs to the add node resolving as 0
6. Change the inline input to the add node that is not plugged into to the vector1 node to 1
7. Undo
Expected result: the node previews and main preview turn black
Actual result: the node previews and main preview don't update; even fiddling with the graph won't make them update, the only way to make them update is to manually enter something into the inline node input, or save the graph and reload it.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on DynamicHeapAllocator::CreateTLSFBlock when opening a specific project
- Scene flickers when using Mesh Output with SpriteLit Shader in 2D project
- “Cache Management” text is misaligned in Preferences > Package Manager
- [macOS] network permission shows the name of previously closed app when different app requests network access
- Delta value returned by mouse movementsMonitor is different when changing Screen Resolution
Add comment