When the Category specifier of a UPROPERTY has more than one word, using the UCLASS specifier HideCategories requires the category name to be written all as one word even if the UPROPERTY is separated by spaces.
Ex:
Both (Category = "New Random Category") and (Category = "NewRandomCategory") would require UCLASS(HideCategories = ("NewRandomCategory"))
This could be confusing since the syntax of the categories does not match.
HideCategories = ("New Random Category")
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "New Random Category")
bool Choice;
Result:
Choice variable is visible in the editor even though the Category and HideCategories names match.
Expected:
Properties are hidden when HideCategories string matches Category name string
i have this problem UE4CC-Windows-58DC12AF4B97F057BD108FBFF569B2E9_0000
I am not able to find world outliner how to enable it?
How can i modify the param name in EQS node
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
How does UMG set overlapping layouts?
How to achieve HLSL Multiple Render Target in Material blueprints?
Head over to the existing Questions & Answers thread and let us know what's up.
4 |
Component | UE - Gameplay - Blueprint |
---|---|
Affects Versions | 4.13.2, 4.14 |
Created | Nov 4, 2016 |
---|---|
Resolved | Aug 18, 2021 |
Updated | Aug 18, 2021 |