Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Editor/AudioEditor/Classes/SoundClassGraph/SoundClassGraphNode.h |
Include |
#include "SoundClassGraph/SoundClassGraphNode.h" |
class USoundClassGraphNode : public UEdGraphNode
Name | Description | ||
---|---|---|---|
|
TObjectPtr< USo... |
SoundClass |
The SoundNode this represents |
Name | Description | |
---|---|---|
|
USoundClassGraphNode ( |
Name | Description | ||
---|---|---|---|
|
CheckRepresentsSoundClass() |
Check whether the children of this node match the SoundClass it is representing |
|
|
UEdGraphPin ... |
GetChildPin() |
Get the Pin that connects to all children |
|
UEdGraphPin ... |
GetParentPin() |
Get the Pin that connects to its parent |
Name | Description | ||
---|---|---|---|
|
AllocateDefaultPins() |
Allocate default pins for a given node, based only the NodeType, which should already be filled in. |
|
|
AutowireNewNode ( |
Autowire a newly created node. |
|
|
CanCreateUnderSpecifiedSchema ( |
Determine if this node can be created under the specified schema |
|
|
CanUserDeleteNode() |
Whether or not this node can be deleted by user action |
|
|
GetNodeTitle ( |
Gets the name of this node, shown in title bar |
|
|
GetNodeTitleColor() |
Gets the draw color of a node's title bar |