|
ArticyXImporter
ArticyXImporter for Unreal Engine
|
Factory interface for creating ArticyIdPropertyWidget customizations. More...
#include <ArticyEditorCustomizationManager.h>
Public Member Functions | |
| virtual TSharedPtr< IArticyIdPropertyWidgetCustomization > | CreateCustomization ()=0 |
| Creates a new ArticyIdPropertyWidget customization. | |
| virtual bool | SupportsType (const UArticyObject *InObject)=0 |
| Checks if the factory supports the specified ArticyObject type. | |
Factory interface for creating ArticyIdPropertyWidget customizations.
This interface defines methods for creating customizations and checking if a type is supported.
|
pure virtual |
Creates a new ArticyIdPropertyWidget customization.
Implemented in FArticyButtonCustomizationFactory.
|
pure virtual |
Checks if the factory supports the specified ArticyObject type.
| InObject | The ArticyObject to check for support. |
Implemented in FArticyButtonCustomizationFactory.