Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/EdGraphSchema_Niagara.h |
Include |
#include "EdGraphSchema_Niagara.h" |
UCLASS()
class UEdGraphSchema_Niagara : public UEdGraphSchema
Name | Description | |
---|---|---|
|
UEdGraphSchema_Niagara ( |
Name | Description | ||
---|---|---|---|
|
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. |
|
FConnectionD... |
CreateConnectionDrawingPolicy ( |
Returns new FConnectionDrawingPolicy from this schema |
|
DroppedAssetsOnGraph ( |
Called when asset(s) are dropped onto a graph background. |
|
|
GetAssetsGraphHoverMessage ( |
Allows schema to generate a tooltip (icon & message) when the specified asset(s) are dragged over the specified graph |
|
|
GetContextMenuActions ( |
Gets actions that should be added to the right-click context menu for a node or pin |
|
|
GetPinTypeColor ( |
Gets the draw color of a pin based on it's type. |
|
|
OnPinConnectionDoubleCicked ( |
Handles double-clicking on a pin<->pin connection |
|
|
ResetPinToAutogeneratedDefaultValue ( |
Resets a pin back to it's autogenerated default value, optionally calling the default value change callbacks |
|
|
ShouldAlwaysPurgeOnModification() |
When a node is removed, this method determines whether we should remove it immediately or use the old (slower) code path that results in all node being recreated: |
|
|
ShouldHidePinDefaultValue ( |
If we should disallow viewing and editing of the supplied pin |
|
|
TryCreateConnection ( |
Try to make a connection between two pins. |
|
|
TrySetDefaultValue ( |
Sets the string to the specified pin; even if it is invalid it is still set. |