Hello! GetClass is method to gather UClass info from instance, while StaticClass is static method to get the same thing without any one. So, roughly speaking GetClass - if you have instance under your hands and StaticClass if no instances exist.
Hello! GetClass is method to gather UClass info from instance, while StaticClass is static method to get the same thing without any one. So, roughly speaking GetClass - if you have instance under your hands and StaticClass if no instances exist.