Navigation
API > API/Editor > API/Editor/Sequencer
Type
typedef TBaseDelegate_OneParam< bool, FFrameNumber > FCanKeyProperty
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/MovieSceneTrackEditor.h |
| Include | #include "MovieSceneTrackEditor.h" |
Remarks
Delegate for whether a property can be keyed FFrameNumber - The time at which to add the key. return - True if the property can be keyed, otherwise false.