Cannot select a(some) data table in a variable

Hello all,

I cannot select some specific new created data table in a variable(variable type is data table).

I have some old-created data table (lets call A), and create some new data table with new structure call B. I can set the default value of the dt variable be A, but cannot be B.

I tried using different structure(int, bool only) or create new whole structure and datatable, its still cannot select the new dt, but the old one can. Many thanks if you can help me!

This error case is just happened in set “Default Value” in editor. Other case (e.g. add a variable set node) is good (can select the new data table). So for now my solution is I will add this node to every child BP.