Navigation
Unreal Engine C++ API Reference > Plugins > MovieSceneTextTrack > FMovieSceneTextChannel
- FMovieSceneChannel::DeleteKeysFrom()
- FMovieSceneTextChannel::DeleteKeysFrom()
References
Module | MovieSceneTextTrack |
Header | /Engine/Plugins/MovieScene/MovieSceneTextTrack/Source/MovieSceneTextTrack/Public/MovieSceneTextChannel.h |
Include | #include "MovieSceneTextChannel.h" |
Source | /Engine/Plugins/MovieScene/MovieSceneTextTrack/Source/MovieSceneTextTrack/Private/MovieSceneTextChannel.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 |