Navigation
API > API/Plugins > API/Plugins/StructUtilsEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphSchema
- UEdGraphSchema_K2
- UPropertyBagSchema
References
| Module | StructUtilsEditor |
| Header | /Engine/Plugins/Experimental/StructUtils/Source/StructUtilsEditor/Public/PropertyBagDetails.h |
| Include | #include "PropertyBagDetails.h" |
Syntax
UCLASS&40;&41;
class UPropertyBagSchema : public UEdGraphSchema_K2
Remarks
Specific property bag schema to allow customizing the requirements (e.g. supported containers).
Overridden from UEdGraphSchema
| Type | Name | Description | |
|---|---|---|---|
| bool | SupportsPinTypeContainer
(
TWeakPtr< const FEdGraphSchemaAction > SchemaAction, |
Returns true if the schema supports the pin type through the schema action |