Navigation
API > API/Plugins > API/Plugins/VariantManagerContent > API/Plugins/VariantManagerContent/UPropertyValueMaterial
- UPropertyValue::GetPropertyClass()
- UPropertyValueMaterial::GetPropertyClass()
References
Module | VariantManagerContent |
Header | /Engine/Plugins/Enterprise/VariantManagerContent/Source/VariantManagerContent/Public/PropertyValueMaterial.h |
Include | #include "PropertyValueMaterial.h" |
Source | /Engine/Plugins/Enterprise/VariantManagerContent/Source/VariantManagerContent/Private/PropertyValueMaterial.cpp |
virtual FFieldClass &42; GetPropertyClass&40;&41; const
Remarks
Returns the type of FProperty (FObjectProperty, FFloatProperty, etc) If checking for Enums, prefer checking if GetEnumPropertyEnum() != nullptr, as it may be that we received a FNumericProperty that actually represents an enum, which wouldn't be reflected here