Description

Initial investigation: After looking at the code, it seems the issue is that when the Function is set, its parameter isn't serialized as a valid Pin into the transaction. As a result, on Undo the transaction system fails to properly record/remove this parameter Pin, so after Redo the UI state and the underlying data become inconsistent — leaving a stale variable entry that should have been cleaned up, which crashes when clicked.

Steps to Reproduce
  1. In the View Bindings panel, Add a ViewModel and bind to a Function with an input param on that ViewModel
  2. Ctrl+Z to undo that action
  3. The input param entry from that ViewModel remains in the panel — clicking it crashes the editor
    [Image Removed]
    [Image Removed]
Callstack

[Image Removed]

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-391655 in the post.

0
Login to Vote

Unresolved
CreatedAug 12, 2026
UpdatedAug 18, 2026
View Jira Issue