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

#include <SArticyRefPin.h>

Inheritance diagram for SArticyRefPin:

Public Member Functions

 SLATE_BEGIN_ARGS (SArticyRefPin)
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 references.

Member Function Documentation

◆ Construct()

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

Constructs the SArticyRefPin widget.

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

◆ GetDefaultValueVisibility()

EVisibility SArticyRefPin::GetDefaultValueVisibility ( ) const
overridevirtual

Determines the visibility of the default value widget.

Returns
The visibility state of the default value widget.

◆ GetDefaultValueWidget()

TSharedRef< SWidget > SArticyRefPin::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/SArticyRefPin.h
  • Source/ArticyEditor/Private/Slate/Pins/SArticyRefPin.cpp