ArticyXImporter
ArticyXImporter for Unreal Engine
Loading...
Searching...
No Matches
SArticyIdPin Class Reference

#include <SArticyIdPin.h>

Inheritance diagram for SArticyIdPin:

Public Member Functions

 SLATE_BEGIN_ARGS (SArticyIdPin)
void Construct (const FArguments &InArgs, UEdGraphPin *GraphPin)
virtual TSharedRef< SWidget > GetDefaultValueWidget () override
virtual EVisibility GetDefaultValueVisibility () const override

Detailed Description

A custom graph pin widget for Articy IDs.

Member Function Documentation

◆ Construct()

void SArticyIdPin::Construct ( const FArguments & InArgs,
UEdGraphPin * GraphPin )

Constructs the SArticyIdPin widget.

Parameters
InArgsThe arguments for construction.
GraphPinThe graph pin associated with this widget.

◆ GetDefaultValueVisibility()

EVisibility SArticyIdPin::GetDefaultValueVisibility ( ) const
overridevirtual

Determines the visibility of the default value widget.

Returns
The visibility state of the default value widget.

◆ GetDefaultValueWidget()

TSharedRef< SWidget > SArticyIdPin::GetDefaultValueWidget ( )
overridevirtual

Gets the default value widget for the pin.

Returns
A shared reference to the default value widget.

The documentation for this class was generated from the following files:
  • Source/ArticyEditor/Public/Slate/Pins/SArticyIdPin.h
  • Source/ArticyEditor/Private/Slate/Pins/SArticyIdPin.cpp