ArticyXImporter
ArticyXImporter for Unreal Engine
Loading...
Searching...
No Matches
IArticyIdPropertyWidgetCustomizationFactory Class Referenceabstract

Factory interface for creating ArticyIdPropertyWidget customizations. More...

#include <ArticyEditorCustomizationManager.h>

Inheritance diagram for IArticyIdPropertyWidgetCustomizationFactory:
FArticyButtonCustomizationFactory

Public Member Functions

virtual TSharedPtr< IArticyIdPropertyWidgetCustomizationCreateCustomization ()=0
 Creates a new ArticyIdPropertyWidget customization.
virtual bool SupportsType (const UArticyObject *InObject)=0
 Checks if the factory supports the specified ArticyObject type.

Detailed Description

Factory interface for creating ArticyIdPropertyWidget customizations.

This interface defines methods for creating customizations and checking if a type is supported.

Member Function Documentation

◆ CreateCustomization()

virtual TSharedPtr< IArticyIdPropertyWidgetCustomization > IArticyIdPropertyWidgetCustomizationFactory::CreateCustomization ( )
pure virtual

Creates a new ArticyIdPropertyWidget customization.

Returns
A shared pointer to the created customization.

Implemented in FArticyButtonCustomizationFactory.

◆ SupportsType()

virtual bool IArticyIdPropertyWidgetCustomizationFactory::SupportsType ( const UArticyObject * InObject)
pure virtual

Checks if the factory supports the specified ArticyObject type.

Parameters
InObjectThe ArticyObject to check for support.
Returns
True if the type is supported, false otherwise.

Implemented in FArticyButtonCustomizationFactory.


The documentation for this class was generated from the following file: