Navigation
| Name | Scribble |
| Type | Plugin |
| Part of Plugins | Scribble |
| Location | /Engine/Plugins/Experimental/Animation/Scribble/Source/Scribble/ |
| Module Build Rules | Scribble.Build.cs |
Classes
| Name | Remarks |
|---|---|
| UScribbleEditorSettings | Default Scribble settings. |
Structs
| Name | Remarks |
|---|---|
| FLineStripScribbleNode | |
| FScribbleGraph | The Scribbe graph struct used mainly for serialization and as a data type for UPROPERTY macros. |
| FScribbleGraphData | The backing data for a scribble graph. |
| FScribbleLineStrip | |
| FScribbleNode | A node in a scribble graph. |
| FScribbleObjectVersion | Custom serialization version for scribble plugin. |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FScribbleGetCurrentAnchor | TBaseDelegate_NoParams< FName > | ScribbleGraph.h | |
| FScribbleNodeDimensionsChanged | TMulticastDelegate_OneParam< void, const FVector2f & > | ScribbleNode.h | |
| FScribbleResolveAnchor | TBaseDelegate_OneParam< TOptional< FVector2f >, const FName & > | ScribbleGraph.h |
Enums
Public
| Name | Remarks |
|---|---|
| EScribbleNodeType::Type |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CVarScribbleEnabled | TAutoConsoleVariable< bool > | ScribbleGraph.h |