Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FMovieSceneByteChannel
Description
Add keys with these times to channel. The number of elements in both arrays much match or nothing is added.
| Name | AddKeys |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneByteChannel.h |
| Include Path | #include "Channels/MovieSceneByteChannel.h" |
void AddKeys
(
const TArray < FFrameNumber > & InTimes,
const TArray < uint8 > & InValues
)
Parameters
| Name | Remarks |
|---|---|
| InTimes | Times to add |
| InValues | Values to add |