Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/EdGraph
Inheritance Hierarchy
- UEdGraphSchema
- URigVMEdGraphSchema
- UControlRigGraphSchema
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/EdGraph/RigVMEdGraphSchema.h |
| Include | #include "EdGraph/RigVMEdGraphSchema.h" |
Syntax
UCLASS ()
class URigVMEdGraphSchema : public UEdGraphSchema
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| bool | ArePinsCompatible
(
const UEdGraphPin* PinA, |
||
| bool | AutowireNewNode
(
URigVMEdGraphNode* NewNode, |
||
| FReply | BeginGraphDragAction
(
TSharedPtr< FEdGraphSchemaAction > InAction, |
||
| void | BreakPinLinks
(
UEdGraphPin& TargetPin, |
||
| void | BreakSinglePinLink
(
UEdGraphPin* SourcePin, |
||
| const FPinConnectionResponse | CanCreateConnection
(
const UEdGraphPin* A, |
||
| bool | CanDuplicateGraph
(
UEdGraph* InSourceGraph |
||
| bool | CanGraphBeDropped
(
TSharedPtr< FEdGraphSchemaAction > InAction |
||
| bool | CanVariableBeDropped
(
UEdGraph* InGraph, |
||
| void | ClearPinWatch
(
UEdGraphPin const* Pin |
||
| FConnectionDrawingPolicy * | CreateConnectionDrawingPolicy
(
int32 InBackLayerID, |
||
| URigVMEdGraphNode * | CreateGraphNode
(
URigVMEdGraph* InGraph, |
Create a graph node for a rig | |
| bool | |||
| UEdGraphPin * | DropPinOnNode
(
UEdGraphNode* InTargetNode, |
||
| void | EndGraphNodeInteraction
(
UEdGraphNode* InNode |
||
| void | GetContextMenuActions
(
UToolMenu* Menu, |
||
| FString | GetFindReferenceSearchTerm
(
const FEdGraphSchemaAction* InGraphAction |
||
| FText | GetGraphCategory
(
const UEdGraph* InGraph |
||
| void | GetGraphContextActions
(
FGraphContextMenuBuilder& ContextMenuBuilder |
||
| void | GetGraphDisplayInformation
(
const UEdGraph& Graph, |
||
| TSubclassOf< URigVMEdGraphNode > | GetGraphNodeClass
(
const URigVMEdGraph* InGraph |
Allow derived classes to spawn derived node classes. | |
| EGraphType | GetGraphType
(
const UEdGraph* TestEdGraph |
||
| bool | GetLocalVariables
(
const UEdGraph* InGraph, |
||
| TSharedPtr< INameValidatorInterface > | GetNameValidator
(
const UBlueprint* BlueprintObj, |
||
| FVector2D | GetNodePositionAtStartOfInteraction
(
const UEdGraphNode* InNode |
||
| TArray< UEdGraphNode * > | GetNodesToMoveForNode
(
UEdGraphNode* InNode |
||
| FLinearColor | GetPinTypeColor
(
const FEdGraphPinType& PinType |
||
| const FLazyName & | |||
| void | GetVariablePinTypes
(
TArray< FEdGraphPinType >& PinTypes |
Returns all of the applicable pin types for variables within a rigvm host | |
| void | HandleModifiedEvent
(
ERigVMGraphNotifType InNotifType, |
||
| void | InsertAdditionalActions
(
TArray< UBlueprint* > InBlueprints, |
||
| bool | IsPinBeingWatched
(
UEdGraphPin const* Pin |
||
| bool | IsRigVMDefaultEvent
(
const FName& InEventName |
||
| bool | IsStructEditable
(
UStruct* InStruct |
||
| TSharedPtr< FEdGraphSchemaAction > | MakeActionFromVariableDescription
(
const UEdGraph* InEdGraph, |
||
| bool | MarkBlueprintDirtyFromNewNode
(
UBlueprint* InBlueprint, |
||
| void | OnPinConnectionDoubleCicked
(
UEdGraphPin* PinA, |
||
| void | RenameNode
(
URigVMEdGraphNode* Node, |
Helper function to rename a node | |
| bool | RequestVariableDropOnPanel
(
UEdGraph* InGraph, |
||
| bool | RequestVariableDropOnPin
(
UEdGraph* InGraph, |
||
| void | ResetPinDefaultsRecursive
(
UEdGraphPin* InPin |
Helper function to recursively reset the pin defaults | |
| bool | SafeDeleteNodeFromGraph
(
UEdGraph* Graph, |
||
| void | SetNodePosition
(
UEdGraphNode* Node, |
||
| void | SetNodePosition
(
UEdGraphNode* Node, |
||
| void | SetPinBeingDroppedOnNode
(
UEdGraphPin* InSourcePin |
||
| bool | |||
| bool | ShouldHidePinDefaultValue
(
UEdGraphPin* Pin |
||
| void | StartGraphNodeInteraction
(
UEdGraphNode* InNode |
||
| bool | SupportsDropPinOnNode
(
UEdGraphNode* InTargetNode, |
||
| bool | SupportsPinType
(
const UScriptStruct* ScriptStruct |
Returns true if the schema supports the script type | |
| bool | SupportsPinType
(
TWeakPtr< const FEdGraphSchemaAction > SchemaAction, |
||
| bool | SupportsPinTypeContainer
(
TWeakPtr< const FEdGraphSchemaAction > SchemaAction, |
||
| bool | TryCreateConnection
(
UEdGraphPin* PinA, |
||
| bool | TryDeleteGraph
(
UEdGraph* GraphToDelete |
||
| bool | TryRenameGraph
(
UEdGraph* GraphToRename, |
||
| void | TrySetDefaultObject
(
UEdGraphPin& InPin, |
||
| void | TrySetDefaultText
(
UEdGraphPin& InPin, |
||
| void | TrySetDefaultValue
(
UEdGraphPin& InPin, |
||
| FReply | TrySetGraphCategory
(
const UEdGraph* InGraph, |
||
| bool | TryToGetChildEvents
(
const UEdGraph* Graph, |
Constants
| Name | Description |
|---|---|
| GraphName_RigVM | Name constants |