When using the "|" operator to separate "Category | Subcategory" inside a UPROPERTY, a blueprint based on the class will show Category | Subcategory AS the category name instead of listing a category containing a subcategory.
Extra info:
The Category / Subcategory appear correctly inside the right-click menu in blueprints.
UPROPERTY(BlueprintReadOnly, EditDefaultsOnly, Category="Creature|Thermal") float IgnitionTemp = 200;
Result:
When MyActorBP is opened, category for IgnitionTemp is shown as "Creature|Thermal"
Expected:
Details panel shows Creature as the category and Thermal as a subcategory where IgnitionTemp exists
Delay nodes occasionally don't fire the "Completed" output in a nativized build
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
I am not able to find world outliner how to enable it?
Installer 4.10 failed with error code R-1603
How can i modify the param name in EQS node
An error occurred while trying to generate project files !?
What method is used to fill polygonal regions when drawing spline mesh at run time?
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.