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
For me the connection seems to succeed despite the error printed.
Oo... you're right. Good to know it's not as bad as I thought. I'll edit the issue.
anniryynanen
changed the title
Can't connect signal to an already existing function in editor
Connecting a signal to an already existing function in editor causes a C++ error
Jun 11, 2024
Edit: The connecting doesn't fail, it just prints the error.
Tested versions
System information
Windows 10.0.22631 - Vulkan (Forward+) - dedicated AMD Radeon RX 7700 XT (Advanced Micro Devices, Inc.; 31.0.24027.1012) - AMD Ryzen 7 5700X3D 8-Core Processor (16 Threads)
Issue description
When a signal is connected to an already existing function and there's no undo history, the following error is printed in the output:
Steps to reproduce
Open MRP in editor and try to connect any signal to the
do_something()
function.Minimal reproduction project (MRP)
undo-stack-is-empty.zip
The text was updated successfully, but these errors were encountered: