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

#include <SAtomGraphPinObject.h>

SAtomGraphPinObject の継承関係図

公開メンバ関数

virtual void AddReferencedObjects (FReferenceCollector &Collector) override
void Construct (const FArguments &InArgs, UEdGraphPin *InGraphPinObj)
virtual TSharedRef< SWidget > GetDefaultValueWidget () override
virtual FString GetReferencerName () const override
 SLATE_BEGIN_ARGS (SAtomGraphPinObject)

非公開メンバ関数

const FAssetData & GetAssetData () const
UObject * GetPropertyHolderObject ()
FAssetData GetValue () const
bool OnSelectionChanged (UObject *SoundObject)
bool SetValue (const FAssetData &Sound)

非公開変数類

TSharedPtr< SVerticalBox > Box
FAssetData CachedAssetData
bool DisplayThumbnail = true
TObjectPtr< UAtomGraphPinObjectPropertyHolderObject = nullptr

関数詳解

◆ AddReferencedObjects()

void SAtomGraphPinObject::AddReferencedObjects ( FReferenceCollector & Collector)
overridevirtual

◆ Construct()

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

◆ GetAssetData()

const FAssetData & SAtomGraphPinObject::GetAssetData ( ) const
private

◆ GetDefaultValueWidget()

TSharedRef< SWidget > SAtomGraphPinObject::GetDefaultValueWidget ( )
overridevirtual

◆ GetPropertyHolderObject()

UObject * SAtomGraphPinObject::GetPropertyHolderObject ( )
private

◆ GetReferencerName()

virtual FString SAtomGraphPinObject::GetReferencerName ( ) const
inlineoverridevirtual

◆ GetValue()

FAssetData SAtomGraphPinObject::GetValue ( ) const
private

◆ OnSelectionChanged()

bool SAtomGraphPinObject::OnSelectionChanged ( UObject * SoundObject)
private

◆ SetValue()

bool SAtomGraphPinObject::SetValue ( const FAssetData & Sound)
private

◆ SLATE_BEGIN_ARGS()

SAtomGraphPinObject::SLATE_BEGIN_ARGS ( SAtomGraphPinObject )
inline

メンバ詳解

◆ Box

TSharedPtr<SVerticalBox> SAtomGraphPinObject::Box
private

◆ CachedAssetData

FAssetData SAtomGraphPinObject::CachedAssetData
mutableprivate

◆ DisplayThumbnail

bool SAtomGraphPinObject::DisplayThumbnail = true
private

◆ PropertyHolderObject

TObjectPtr<UAtomGraphPinObject> SAtomGraphPinObject::PropertyHolderObject = nullptr
private

このクラス詳解は次のファイルから抽出されました:
  • C:/git/Engine/Plugins/Runtime/CriWare/CriWare/Source/CriWareCoreEditor/Private/BlueprintGraph/SAtomGraphPinObject.h
  • C:/git/Engine/Plugins/Runtime/CriWare/CriWare/Source/CriWareCoreEditor/Private/BlueprintGraph/SAtomGraphPinObject.cpp