Navigation
API > API/Editor > API/Editor/StructUtilsEditor > API/Editor/StructUtilsEditor/FPropertyBagInstanceDataDetails
Description
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.
| Name | EnumeratePropertyBags |
| Type | function |
| Header File | /Engine/Source/Editor/StructUtilsEditor/Public/PropertyBagDetails.h |
| Include Path | #include "PropertyBagDetails.h" |
virtual void EnumeratePropertyBags
(
TSharedPtr < IPropertyHandle > PropertyBagHandle,
const EnumeratePropertyBagFuncRef & Func
) const