Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Editor/AudioEditor/Classes/SoundClassGraph/SoundClassGraphSchema.h |
Include |
#include "SoundClassGraph/SoundClassGraphSchema.h" |
class USoundClassGraphSchema : public UEdGraphSchema
Name | Description | |
---|---|---|
|
USoundClassGraphSchema ( |
Name | Description | ||
---|---|---|---|
|
ConnectionCausesLoop ( |
Check whether connecting these pins would cause a loop |
Name | Description | ||
---|---|---|---|
|
BreakNodeLinks ( |
Breaks all links from/to a single node |
|
|
BreakPinLinks ( |
Breaks all links from/to a single pin |
|
|
BreakSinglePinLink ( |
Breaks the link between two nodes. |
|
|
const FPinCo... |
CanCreateConnection ( |
Determine if a connection can be created between two pins. |
|
DroppedAssetsOnGraph ( |
Called when asset(s) are dropped onto a graph background. |
|
|
GetContextMenuActions ( |
Gets actions that should be added to the right-click context menu for a node or pin |
|
|
GetGraphContextActions ( |
Get all actions that can be performed when right clicking on a graph or drag-releasing on a graph from a pin |
|
|
GetParentContextMenuName() |
Returns parent context menu name |
|
|
GetPinTypeColor ( |
Gets the draw color of a pin based on it's type. |
|
|
ShouldHidePinDefaultValue ( |
If we should disallow viewing and editing of the supplied pin |
|
|
TryCreateConnection ( |
Try to make a connection between two pins. |