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