Duplicating a blueprint that has a node hooked up to BeginPlay causes the BeginPlay in the duplicate blueprint to target the original blueprint. This does not appear to affect functionality.
Occurs in 4.9.2 binary and 4.10 Preview. Does not occur in Main CL 2728941 or 4.8.3 binary.
This is a regression. It does not occur in 4.8.3 binary.
1. Open the editor
2. Create a blueprint class based on Actor
3. Open the blueprint and add a Print String node.
4. Connect the Print String to Event Begin Play
5. Compile and Save the blueprint.
6. Duplicate the blueprint.
7. Open your new duplicate blueprint.
8. Hover over Event Begin Play
Result: Target is the original (not the duplicate) actor blueprint.
Expected: Target would be the duplicate blueprint.
How do I set a material as a post-processing material?
Why does the REMOVE method of map container remove elements have memory leaks?
How does TextureRenderTarget2D get TArray<uint8> type data?
How to delete some elements correctly when deleting an array loop?
UMG RichText not appear image when packaged
Head over to the existing Questions & Answers thread and let us know what's up.
0 |
Component | UE - Gameplay - Blueprint |
---|---|
Affects Versions | 4.9.2, 4.10 |
Target Fix | 4.11 |
Created | Oct 15, 2015 |
---|---|
Resolved | Dec 14, 2015 |
Updated | Apr 27, 2018 |