Navigation
API > API/Editor > API/Editor/Sequencer
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/MovieSceneTrackEditor.h |
| Include | #include "MovieSceneTrackEditor.h" |
Syntax
struct FKeyPropertyResult
Remarks
Result of keying
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bHandleCreated | Was a handle/binding created? | |
| bool | bKeyCreated | Was a key created? | |
| bool | bTrackCreated | Was a track created? | |
| bool | bTrackModified | Was the track modified in any way? | |
| TArray< TWeakObjectPtr< UMovieSceneSection > > | SectionsCreated | Was a section created | |
| TArray< TWeakObjectPtr< UMovieSceneSection > > | SectionsKeyed | Was a section keyed |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Operators
| Type | Name | Description | |
|---|---|---|---|
| void | operator|=
(
const FKeyPropertyResult& A |