Navigation
API > API/Editor > API/Editor/MovieSceneTools
Inheritance Hierarchy
- SCompoundWidget
- FEditorUndoClient
- FNotifyHook
- SKeyEditInterface
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/SKeyEditInterface.h |
| Include | #include "SKeyEditInterface.h" |
Syntax
class SKeyEditInterface :
public SCompoundWidget,
public FEditorUndoClient,
public FNotifyHook
Remarks
Widget that represents a details panel that refreshes on undo, and handles modification of the section on edit
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
||
| void | Initialize () |
(Re)Initialize this widget's details panel |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |