Navigation
API > API/Editor > API/Editor/Sequencer
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/SequencerKeyCollection.h |
| Include | #include "SequencerKeyCollection.h" |
Syntax
struct FSequencerKeyCollectionSignature
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FSequencerKeyCollectionSignature | FromNodeRecursive
(
TSharedRef< FViewModel > InNode, |
Initialize this key collection from the specified node and section index. | |
| FSequencerKeyCollectionSignature | FromNodes
(
const TArray< TSharedRef< FViewModel >>& InNodes, |
Initialize this key collection from the specified nodes. | |
| FSequencerKeyCollectionSignature | FromNodesRecursive
(
const TArray< TSharedRef< FViewModel >>& InNodes, |
Initialize this key collection from the specified nodes. Gathers keys from all child nodes. | |
| FFrameNumber | Access duplicate threshold that this signature was generated for | ||
| const TMap< TSharedRef< IKeyArea >, FGuid > & | GetKeyAreas () |
Access the map of keyareas and signatures this signature was generated for |
Typedefs
| Name | Description |
|---|---|
| FViewModel |