If a Component/ variable is given a custom category in code, using the HideCategories specifer inside the UCLASS macro does not hide the category.
1. Open UE4Editor (code project)
2. Add code to project based on Actor (MyActor)
3. In the MyActor header file add the following:
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = TestHiddenCategory)
float number;
4. Inside the UCLASS macro add the following
HideCategories = (Actor, Render, TestHiddenCategory)
5. Compile
6. Make a blueprint based on MyActor (MyActorBP)
7. Add instance of MyActorBP to the level
Result:
Actor and Rendering categories are missing (hidden) but TestHiddenCategory is still visible.
i have this problem UE4CC-Windows-58DC12AF4B97F057BD108FBFF569B2E9_0000
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
Delay nodes occasionally don't fire the "Completed" output in a nativized build
I am not able to find world outliner how to enable it?
Installer 4.10 failed with error code R-1603
I can't open my map from the editor.
When I open UE4 4.24.3 it appears that. Does anyone know how to solve?
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-19743 in the post.