How can I set the ustruct member in DataTable Row?

Hello, I’m beginner to Unreal Engine.
I want to set the struct member but i can’t :frowning:

Here’s USTRUCT in DataTable Row.
image

and DataTable Row

and my DataTable asset.

As you saw, I can’t modify the structure members in the data table row.
What should I do???

From what I can tell, it should work. Maybe trying closing the editor and rebuilding from your IDE. Livecoding can do some funky things.

Thanks. I restart UE and open table again, and now It working…