Navigation
API > API/Plugins > API/Plugins/Scribble
| Name | FLineStripScribbleNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Animation/Scribble/Source/Scribble/Public/ScribbleNode.h |
| Include Path | #include "ScribbleNode.h" |
Syntax
USTRUCT ()
struct FLineStripScribbleNode : public FScribbleNode
Inheritance Hierarchy
- FScribbleNode → FLineStripScribbleNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLineStripScribbleNode() |
ScribbleNode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| IndexBuffer | TArray< SlateIndex > | ScribbleNode.h | ||
| LineStrips | TArray< FScribbleLineStrip > | ScribbleNode.h |
|
|
| VertexBuffer | TArray< FSlateVertex > | ScribbleNode.h |
Functions
Public
Public Virtual
Overridden from FScribbleNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool AppendMouseEvent
(
const FGeometry& MyGeometry, |
ScribbleNode.h | ||
virtual bool DownSample
(
float InPrecision |
ScribbleNode.h | ||
virtual FBox2f GetContentBounds() |
ScribbleNode.h | ||
virtual UScriptStruct * GetScriptStruct() |
ScribbleNode.h | ||
virtual bool Identical
(
const FScribbleNode* Other, |
ScribbleNode.h | ||
virtual bool IntersectsCursorPosition
(
const FVector2f& InLocalPosition |
ScribbleNode.h | ||
virtual void OffsetPosition
(
const FVector2f& InNewPosition |
ScribbleNode.h | ||
virtual int32 OnPaint
(
const FGeometry& InAllottedGeometry, |
ScribbleNode.h | ||
virtual bool Serialize
(
FArchive& Ar |
ScribbleNode.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool IsClassOf
(
const FScribbleNode* InNode |
ScribbleNode.h |