Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/Sections > API/Runtime/MovieSceneTracks/Sections/FMovieSceneEventSectionData
- FMovieSceneChannel::DeleteKeysFrom()
- FMovieSceneEventSectionData::DeleteKeysFrom()
References
| Module | MovieSceneTracks |
| Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneEventSection.h |
| Include | #include "Sections/MovieSceneEventSection.h" |
| Source | /Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneEventSection.cpp |
virtual void DeleteKeysFrom
&40;
FFrameNumber InTime,
bool bDeleteKeysBefore
&41;
Remarks
Delete keys before or after a specified time
Parameters
| Name | Description |
|---|---|
| InTime | Delete keys after this time |
| bDeleteKeysBefore | Whether to delete keys before the specified time |