Navigation
API > API/Plugins > API/Plugins/ScribbleEditor
| Name | UScribbleEdGraphSchema |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Animation/Scribble/Source/ScribbleEditor/Public/ScribbleEdGraphSchema.h |
| Include Path | #include "ScribbleEdGraphSchema.h" |
Syntax
UCLASS ()
class UScribbleEdGraphSchema : public UEdGraphSchema
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraphSchema → UScribbleEdGraphSchema
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UScribbleEdGraphSchema
(
const FObjectInitializer& ObjectInitializer |
ScribbleEdGraphSchema.h |
Functions
Public
Public Virtual
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FPinConnectionResponse CanCreateConnection
(
const UEdGraphPin* A, |
ScribbleEdGraphSchema.h | ||
virtual UScribbleEdGraphNode * CreateGraphNode
(
UScribbleEdGraph* InGraph, |
ScribbleEdGraphSchema.h | ||
virtual FName GetParentContextMenuName() |
ScribbleEdGraphSchema.h | ||
virtual void SetNodePosition
(
UEdGraphNode* InNode, |
ScribbleEdGraphSchema.h | ||
virtual void SetNodeSize
(
UEdGraphNode* InNode, |
ScribbleEdGraphSchema.h | ||
virtual bool ShouldAlwaysPurgeOnModification() |
ScribbleEdGraphSchema.h |