SKeyEditInterface

Widget that represents a details panel that refreshes on undo, and handles modification of the section on edit

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

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

Name Description

Public function

~SKeyEditInterface()

Functions

Name Description

Public function

void

 

Construct

(
    const FArguments& InArgs,
    TSharedRef< ISequencer > InSequence...
)

Public function

void

 

Initialize()

(Re)Initialize this widget's details panel

Classes

Name

Description

Public struct

FArguments