Navigation
API > API/Plugins > API/Plugins/StructUtilsEditor > API/Plugins/StructUtilsEditor/FPropertyBagInstanceDataDetails
References
| Module | StructUtilsEditor |
| Header | /Engine/Plugins/Experimental/StructUtils/Source/StructUtilsEditor/Public/PropertyBagDetails.h |
| Include | #include "PropertyBagDetails.h" |
virtual void EnumeratePropertyBags
(
TSharedPtr< IPropertyHandle > PropertyBagHandle,
const EnumeratePropertyBagFuncRef & Func
) const
Remarks
Called to enumerate each property bag on the property handle. The Func expects DefaultPropertyBag (the values that are override), and PropertyBag (the one that PropertyBagHandle points to), and instance of IPropertyBagOverrideProvider which is used to query if specific property is overridden, or to set the property override state.