That’s the internal name. Each scriptstruct is basically another UObject and the name you see is not that of the struct, but the object that houses the struct data. If you want the name you wrote for the struct, use GetAuthoredName.
That’s the internal name. Each scriptstruct is basically another UObject and the name you see is not that of the struct, but the object that houses the struct data. If you want the name you wrote for the struct, use GetAuthoredName.