This is actually a bug with function duplication via UEdGraphSchema_K2::DuplicateGraph.
After a function graph is duplicated, the function entry node still retains the same GUIDs for its local variables. In this case, the user renamed one of the local variables to "MakeAMathExpressionWithMe". However, when the math expression node when to search for the local variable in the display name, it found the original variable name in the source function that the current one was duplicated from.
The fix here would be to explicitly create new GUIDs for the local variables after duplication.
Why does the REMOVE method of map container remove elements have memory leaks?
How does TextureRenderTarget2D get TArray<uint8> type data?
How do I set a material as a post-processing material?
What is the difference between Camera and CineCamera?
How to delete some elements correctly when deleting an array loop?
What is the cause of the packaging error falling back to 'GameUserSettings' in ue5?
Does media player's OpenFile method support dynamically opening a video file?
How does TArray loop correctly remove elements in blueprints?
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-188851 in the post.
1 |
Component | UE - Gameplay |
---|---|
Affects Versions | 5.2 |
Target Fix | 5.5 |
Fix Commit | 36940143 |
---|
Created | Jun 15, 2023 |
---|---|
Resolved | Oct 8, 2024 |
Updated | Oct 9, 2024 |