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

#include <AtomSoundClassGraphNode.h>

UAtomSoundClassGraphNode の継承関係図

公開メンバ関数

 UAtomSoundClassGraphNode (const FObjectInitializer &ObjectInitializer)
virtual void AllocateDefaultPins () override
virtual void AutowireNewNode (UEdGraphPin *FromPin) override
virtual bool CanCreateUnderSpecifiedSchema (const UEdGraphSchema *Schema) const override
virtual bool CanUserDeleteNode () const override
bool CheckRepresentsSoundClass ()
UEdGraphPin * GetChildPin () const
virtual FText GetNodeTitle (ENodeTitleType::Type TitleType) const override
virtual FLinearColor GetNodeTitleColor () const override
UEdGraphPin * GetParentPin () const

公開変数類

TObjectPtr< UAtomSoundClassSoundClass

非公開変数類

UEdGraphPin * ChildPin
UEdGraphPin * ParentPin

構築子と解体子

◆ UAtomSoundClassGraphNode()

UAtomSoundClassGraphNode::UAtomSoundClassGraphNode ( const FObjectInitializer & ObjectInitializer)

Constructor

関数詳解

◆ AllocateDefaultPins()

void UAtomSoundClassGraphNode::AllocateDefaultPins ( )
overridevirtual

◆ AutowireNewNode()

void UAtomSoundClassGraphNode::AutowireNewNode ( UEdGraphPin * FromPin)
overridevirtual

◆ CanCreateUnderSpecifiedSchema()

bool UAtomSoundClassGraphNode::CanCreateUnderSpecifiedSchema ( const UEdGraphSchema * Schema) const
overridevirtual

◆ CanUserDeleteNode()

bool UAtomSoundClassGraphNode::CanUserDeleteNode ( ) const
overridevirtual

◆ CheckRepresentsSoundClass()

bool UAtomSoundClassGraphNode::CheckRepresentsSoundClass ( )

Check whether the children of this node match the SoundClass it is representing

◆ GetChildPin()

UEdGraphPin * UAtomSoundClassGraphNode::GetChildPin ( ) const
inline

Get the Pin that connects to all children

◆ GetNodeTitle()

FText UAtomSoundClassGraphNode::GetNodeTitle ( ENodeTitleType::Type TitleType) const
overridevirtual

◆ GetNodeTitleColor()

FLinearColor UAtomSoundClassGraphNode::GetNodeTitleColor ( ) const
overridevirtual

◆ GetParentPin()

UEdGraphPin * UAtomSoundClassGraphNode::GetParentPin ( ) const
inline

Get the Pin that connects to its parent

メンバ詳解

◆ ChildPin

UEdGraphPin* UAtomSoundClassGraphNode::ChildPin
private

Pin that connects to all children

◆ ParentPin

UEdGraphPin* UAtomSoundClassGraphNode::ParentPin
private

Pin that connects to its parent

◆ SoundClass

TObjectPtr<UAtomSoundClass> UAtomSoundClassGraphNode::SoundClass

The SoundNode this represents


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