Navigation
API > API/Editor > API/Editor/AnimationEditorWidgets
Arguments used to create a persona viewport tab
| Name | FSchematicViewportArgs |
| Type | struct |
| Header File | /Engine/Source/Editor/AnimationEditorWidgets/Public/SchematicGraphPanel/SchematicViewportTabSummoner.h |
| Include Path | #include "SchematicGraphPanel/SchematicViewportTabSummoner.h" |
Syntax
struct FSchematicViewportArgs
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSchematicViewportArgs() |
SchematicGraphPanel/SchematicViewportTabSummoner.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnViewportCreated | FOnSchematicViewportCreated | Delegate fired when the viewport is created | SchematicGraphPanel/SchematicViewportTabSummoner.h | |
| SchematicGraphWeak | TWeakPtr< FSchematicGraphModel > | The model which contains the graph to display | SchematicGraphPanel/SchematicViewportTabSummoner.h |