UPropertyValueMaterial::GetPropertyClass

Returns the type of FProperty (FObjectProperty, FFloatProperty, etc) If checking for Enums, prefer checking if [GetEnumPropertyEnum()](API\Plugins\VariantManagerContent\UPropertyValue\GetEnumPropertyEnum) != nullptr, as it may be that we received a FNumericProperty that actually represents an enum, which wouldn't be reflected here