Steps to Reproduce
  1. Define properties with hierarchical categories in a structure inheriting from TableRowBase
    USTRUCT(BlueprintType)
    struct FMyTableRow : public FTableRowBase
    {
    ...
    	UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Parent|Child")
    	int32 PropertyWithHierarchicalCategory;
    

    or open attached repro project [Link Removed]

  1. Compile and launch the editor
  2. Create a DataTable asset using the TableRow structure
  3. Open the DataTable asset
  4. Add a row
  5. See the property panel at the bottom of the Data Table Editor
     

    Result :

The property is not displayed in the property panel

 

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-168463 in the post.

1
Login to Vote

Backlogged
ComponentUE - Gameplay
Affects Versions5.05.1
CreatedOct 27, 2022
UpdatedJan 20, 2023