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