[BP] "Variable sheet", Enum with values?

Hello! I need to make sort of a “value sheet”, where I’d have 64 “names” that call the values of the names, and bring them back. Should I just declare 64 variables and try to deal with them, or is there a better way?

Hi ,

It would probably be best to create a struct to carry the 64 values you are looking for.