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