|
ArticyXImporter
ArticyXImporter for Unreal Engine
|
Factory for creating instances of Articy button customizations. More...
#include <DefaultArticyIdPropertyWidgetCustomizations.h>
Public Member Functions | |
| virtual TSharedPtr< IArticyIdPropertyWidgetCustomization > | CreateCustomization () override |
| Creates an instance of the Articy button customization. | |
| virtual bool | SupportsType (const UArticyObject *ArticyObject) override |
| Checks if the customization supports the given Articy object type. | |
Factory for creating instances of Articy button customizations.
This class is responsible for creating and managing instances of Articy button customizations.
|
overridevirtual |
Creates an instance of the Articy button customization.
Factory method that creates and returns a new instance of the Articy button customization.
This factory method creates and returns a new instance of the Articy button customization.
Implements IArticyIdPropertyWidgetCustomizationFactory.
|
overridevirtual |
Checks if the customization supports the given Articy object type.
Determines whether the customization can be applied to the specified Articy object type.
| ArticyObject | The Articy object to check. |
This method determines whether the customization can be applied to the specified Articy object type.
| ArticyObject | The Articy object to check. |
Implements IArticyIdPropertyWidgetCustomizationFactory.