№ 1
Title: [4.9][4.8.3] Interface function does not appeared in implemented class.
Importance: Medium.
Branch: Binary
Build version:
Version: 4.8.3-2634408+++depot+UE4-Releases+4.8
Version: 4.9.0-2633546+++depot+UE4-Releases+4.9
System Specs: It will be provided by request.
Attachments: It will be provided by request.
Detailed description of the issue:
If interface function haven’t return value, the function will not appeared in implemented class. It was added, but not showed.
Screenshots/Link to video: It will be provided by request.
Reproduction steps:
- Create new blank project.
- Create interface.
- Create widget BP.
- Make sure the default interface function wasn’t appeared in interface section.
- Open interface BP and add any return value to interface function.
- Open widget BP and make sure that the interface function was appeared.
Frequency: 100%
Expected behavior:
Any interface function should be showed in interface function section.