ArticyXImporter
ArticyXImporter for Unreal Engine
Loading...
Searching...
No Matches
FArticyButtonCustomizationFactory Class Referencefinal

Factory for creating instances of Articy button customizations. More...

#include <DefaultArticyIdPropertyWidgetCustomizations.h>

Inheritance diagram for FArticyButtonCustomizationFactory:
IArticyIdPropertyWidgetCustomizationFactory

Public Member Functions

virtual TSharedPtr< IArticyIdPropertyWidgetCustomizationCreateCustomization () 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.

Detailed Description

Factory for creating instances of Articy button customizations.

This class is responsible for creating and managing instances of Articy button customizations.

Member Function Documentation

◆ CreateCustomization()

TSharedPtr< IArticyIdPropertyWidgetCustomization > FArticyButtonCustomizationFactory::CreateCustomization ( )
overridevirtual

Creates an instance of the Articy button customization.

Factory method that creates and returns a new instance of the Articy button customization.

Returns
A shared pointer to the created customization instance.

This factory method creates and returns a new instance of the Articy button customization.

Returns
A shared pointer to the created customization instance.

Implements IArticyIdPropertyWidgetCustomizationFactory.

◆ SupportsType()

bool FArticyButtonCustomizationFactory::SupportsType ( const UArticyObject * ArticyObject)
overridevirtual

Checks if the customization supports the given Articy object type.

Determines whether the customization can be applied to the specified Articy object type.

Parameters
ArticyObjectThe Articy object to check.
Returns
True if the customization supports the object type, otherwise false.

This method determines whether the customization can be applied to the specified Articy object type.

Parameters
ArticyObjectThe Articy object to check.
Returns
True if the customization supports the object type, otherwise false.

Implements IArticyIdPropertyWidgetCustomizationFactory.


The documentation for this class was generated from the following files:
  • Source/ArticyEditor/Public/Customizations/ArticyIdPropertyWidgetCustomizations/DefaultArticyIdPropertyWidgetCustomizations.h
  • Source/ArticyEditor/Private/Customizations/ArticyIdPropertyWidgetCustomizations/DefaultArticyIdPropertyWidgetCustomizations.cpp