Setting a UCLASS() macro with the "HideCategories" property will updated after a hot reload but after closing /reopening the editor the hidden category will be visible again.
1. Open UE4Editor (any project
2. Add code to project based on actor (MyActor)
3. Create blueprint based on MyActor and add to the scene
4. In VS, add HideCategories=(Actor, Input, Rendering, Transform) inside the UCLASS() macro of the header file
5. Compile (the categories are hidden in editor after the hot reload)
6. Save and close the editor
7. Reopen project and select the blueprint in the level
Result: Categories are now visible again when the blueprint is selected.
Head over to the existing Questions & Answers thread and let us know what's up.
0 |
Component | UE - Gameplay - Blueprint |
---|---|
Affects Versions | 4.7.3 |
Target Fix | 4.8 |
Fix Commit | 2492779 |
---|
Created | Mar 20, 2015 |
---|---|
Resolved | Mar 26, 2015 |
Updated | Apr 27, 2018 |