Navigation
API > API/Editor > API/Editor/StructUtilsEditor > API/Editor/StructUtilsEditor/FPropertyBagInstanceDataDetails
Description
Method that is called to determine if a derived class has property override logic implemented. If true is returned, the overridden class is expected to implement PreChangeOverrides(), PostChangeOverrides(), EnumeratePropertyBags().
| Name | HasPropertyOverrides |
| Type | function |
| Header File | /Engine/Source/Editor/StructUtilsEditor/Public/PropertyBagDetails.h |
| Include Path | #include "PropertyBagDetails.h" |
virtual bool HasPropertyOverrides() const
true of derived class has override logic implemented.