Regarding the question about UserWidget and ViewModel

In ue5.5.4,I created a class UMVVM_LoadSlot that inherits from UMVVMViewModelBase. After creating a blueprint version in Blueprint and adding it to a UserWidget, I set it to Manual and called the Set function, but an error appeared showing that GetExtension returned nullptr. Upon debugging, I found that the Extensions in the Loop are empty. Where is the error? How can I resolve this?

(post deleted by author)

(post deleted by author)

Sloved