Navigation
Unreal Engine C++ API Reference > Runtime > MovieSceneTracks > Channels > FMovieSceneEventChannel
- FMovieSceneChannel::DeleteKeysFrom()
- FMovieSceneEventChannel::DeleteKeysFrom()
References
Module | MovieSceneTracks |
Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Channels/MovieSceneEventChannel.h |
Include | #include "Channels/MovieSceneEventChannel.h" |
Source | /Engine/Source/Runtime/MovieSceneTracks/Private/Channels/MovieSceneEventChannel.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 |