CriWare Unreal Engine
Plug-ins for CriWare solutions.
読み取り中…
検索中…
一致する文字列を見つけられません
SAtomAisacControlGraphPin クラス

#include <SAtomAisacControlGraphPin.h>

SAtomAisacControlGraphPin の継承関係図

公開メンバ関数

void Construct (const FArguments &InArgs, UEdGraphPin *InGraphPinObj)
virtual TSharedRef< SWidget > GetDefaultValueWidget () override
 SLATE_BEGIN_ARGS (SAtomAisacControlGraphPin)

非公開メンバ関数

TSharedPtr< FAtomAisacControlGenerateCachedControls ()
FText GetControlComboBoxContent () const
FText GetControlComboBoxToolTip () const
FAtomAisacControl GetValue () const
void OnControlComboBoxOpening ()
void OnControlComboBoxSelectionChanged (TSharedPtr< FAtomAisacControl > Item, ESelectInfo::Type SelectInfo)
TSharedRef< SWidget > OnGenerateControlComboBoxWidget (TSharedPtr< FAtomAisacControl > Item)
void SetValue (const FAtomAisacControl &NewValue)

非公開変数類

FAtomAisacControl AisacControl
TArray< TSharedPtr< FAtomAisacControl > > CachedControlArray
TSharedPtr< SComboBox< TSharedPtr< FAtomAisacControl > > > ControlComboBox
TSharedPtr< STextBlock > ControlComboBoxContentView

関数詳解

◆ Construct()

void SAtomAisacControlGraphPin::Construct ( const FArguments & InArgs,
UEdGraphPin * InGraphPinObj )

◆ GenerateCachedControls()

TSharedPtr< FAtomAisacControl > SAtomAisacControlGraphPin::GenerateCachedControls ( )
private

◆ GetControlComboBoxContent()

FText SAtomAisacControlGraphPin::GetControlComboBoxContent ( ) const
private

◆ GetControlComboBoxToolTip()

FText SAtomAisacControlGraphPin::GetControlComboBoxToolTip ( ) const
private

◆ GetDefaultValueWidget()

TSharedRef< SWidget > SAtomAisacControlGraphPin::GetDefaultValueWidget ( )
overridevirtual

◆ GetValue()

FAtomAisacControl SAtomAisacControlGraphPin::GetValue ( ) const
private

◆ OnControlComboBoxOpening()

void SAtomAisacControlGraphPin::OnControlComboBoxOpening ( )
private

◆ OnControlComboBoxSelectionChanged()

void SAtomAisacControlGraphPin::OnControlComboBoxSelectionChanged ( TSharedPtr< FAtomAisacControl > Item,
ESelectInfo::Type SelectInfo )
private

◆ OnGenerateControlComboBoxWidget()

TSharedRef< SWidget > SAtomAisacControlGraphPin::OnGenerateControlComboBoxWidget ( TSharedPtr< FAtomAisacControl > Item)
private

◆ SetValue()

void SAtomAisacControlGraphPin::SetValue ( const FAtomAisacControl & NewValue)
private

◆ SLATE_BEGIN_ARGS()

SAtomAisacControlGraphPin::SLATE_BEGIN_ARGS ( SAtomAisacControlGraphPin )
inline

メンバ詳解

◆ AisacControl

FAtomAisacControl SAtomAisacControlGraphPin::AisacControl
private

◆ CachedControlArray

TArray<TSharedPtr<FAtomAisacControl> > SAtomAisacControlGraphPin::CachedControlArray
private

◆ ControlComboBox

TSharedPtr<SComboBox<TSharedPtr<FAtomAisacControl> > > SAtomAisacControlGraphPin::ControlComboBox
private

◆ ControlComboBoxContentView

TSharedPtr<STextBlock> SAtomAisacControlGraphPin::ControlComboBoxContentView
private

このクラス詳解は次のファイルから抽出されました: