|
ArticyXImporter
ArticyXImporter for Unreal Engine
|
Customizes the Articy ID property widget with an additional button. More...
#include <DefaultArticyIdPropertyWidgetCustomizations.h>
Public Member Functions | |
| virtual void | RegisterArticyIdPropertyWidgetCustomization (FArticyIdPropertyWidgetCustomizationBuilder &Builder) override |
| Registers a custom widget for Articy ID property with an additional toolbar button. | |
| virtual void | UnregisterArticyIdPropertyWidgetCustomization () override |
| Unregisters the custom widget for Articy ID property. | |
| void | CreateArticyButton (FToolBarBuilder &Builder) |
| Creates a button for the Articy toolbar. | |
| FReply | OnArticyButtonClicked () |
| Handles the click event for the Articy button. | |
Customizes the Articy ID property widget with an additional button.
This class adds a custom button to the Articy ID property widget, providing additional functionality for interacting with Articy objects.
| void FArticyButtonCustomization::CreateArticyButton | ( | FToolBarBuilder & | Builder | ) |
Creates a button for the Articy toolbar.
Adds a button to the toolbar, allowing users to interact with Articy objects.
| Builder | A toolbar builder for constructing toolbar elements. |
This method adds a button to the toolbar, allowing users to interact with Articy objects.
| Builder | A toolbar builder for constructing toolbar elements. |
| FReply FArticyButtonCustomization::OnArticyButtonClicked | ( | ) |
Handles the click event for the Articy button.
Called when the Articy button is clicked, shows the selected object in Articy Draft.
This method is called when the Articy button is clicked, and it shows the selected object in Articy Draft.
|
overridevirtual |
Registers a custom widget for Articy ID property with an additional toolbar button.
Registers a custom widget for Articy ID property with additional toolbar button.
Creates an extra button in the toolbar to interact with Articy objects.
| Builder | A builder object for constructing Articy ID property widget customizations. |
This method creates an extra button in the toolbar to interact with Articy objects.
| Builder | A builder object for constructing Articy ID property widget customizations. |
Implements IArticyIdPropertyWidgetCustomization.
|
overridevirtual |
Unregisters the custom widget for Articy ID property.
Clears the reference to the Articy object when the customization is unregistered.
This method clears the reference to the Articy object when the customization is unregistered.
Implements IArticyIdPropertyWidgetCustomization.