Can we use assetmanager or other classes to manage DataTables?

For example, there is a DataTable that determines where the character collision component is attached. Usually, a DataTable variable is set in the Character class.However, can we set variables in the assetmanager class? Then we use uassetmanager:: get() to get the variable in the Character beginplay().