When deleting a variable that shares a name with a function parameter. The references to the function will be deleted as well.
User provided video to YouTube included: [Link Removed]
1. Create a variable give it a name
2. Create a function with a parameter with the same name as above (doesn't matter the type)
3. Compile
4. Delete the global variable
Result: Function parameter references gets deleted.
Expected: Only reverences to the actual variable will be deleted, not the function parameter references.
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 cause of the packaging error falling back to 'GameUserSettings' in ue5?
UMG RichText not appear image when packaged
How to delete some elements correctly when deleting an array loop?
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-57285 in the post.
0 |
Component | UE - Gameplay - Blueprint |
---|---|
Affects Versions | 4.18.3, 4.19, 4.20 |
Created | Apr 4, 2018 |
---|---|
Resolved | Apr 5, 2018 |
Updated | Jun 23, 2018 |