Is it possible to initialize a static property of a class with uasset?

I’ve tried both StaticLoadObject and ConstructorHelpers inside and outside of the constructor, but both seems cant load uasset to static property. I do can initialize static property that dont need to load uasset out of the constructor with UE containers、UE struct like in C++.