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
Why does the REMOVE method of map container remove elements have memory leaks?
UMG RichText not appear image when packaged
How does TextureRenderTarget2D get TArray<uint8> type data?
What is the cause of the packaging error falling back to 'GameUserSettings' in ue5?
What is the difference between Camera and CineCamera?
How to convert the datasmith scene file to BluePrint. Create animations in BluePrint.
Head over to the existing Questions & Answers thread and let us know what's up.