Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Channels > API/Runtime/MovieScene/Channels/FMovieSceneIntegerChannel
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneIntegerChannel.h |
| Include | #include "Channels/MovieSceneIntegerChannel.h" |
void AddKeys
&40;
const TArray< FFrameNumber > & InTimes,
const TArray< int32 > & InValues
&41;
Remarks
Add keys with these times to channel. The number of elements in both arrays much match or nothing is added.
Parameters
| Name | Description |
|---|---|
| InTimes | Times to add |
| InValues | Values to add |