Thanks for answer.
I mean by my question what is the usage case of Data Only BPs and DT.
In my game i got some weapons for exemple who have of course data Name, Dmg etc…
So if i want to use it, I must read data table each i instanciate an to get default values wherease with data BP I can just reference the class and read default values.
What kind of stuff i must use in this case?