Is there an asset that can hold the initial information about the actor?

hi,guys
i have a actor,this actor have so many member variables that I have to change multiple parameter values each time.And there is a need to restore after each modification.


So I’d like to ask you if there’s a way or file to store an actor’s member variable information, and you can save several copies, and you can use it directly with whichever file you need, so you don’t have to change the value of the member variable repeatedly.

Are you looking for a config file? You can use data tables. Then get data table row → set variables in actor.

Thank you for the suggestion, I’ll check the relevant information.

Hello, I try to use datatables these days. Now that I’ve discovered dataasset again, what do you think of dataasset being used as a configuration file, is it feasible?

I prefer data tables. Straight forward and to the point.

Hahaha :laughing:, I’m still a newbie, I’m going to try both.