Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Channels > API/Runtime/MovieScene/Channels/TMovieSceneChannelData
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelData.h |
Include | #include "Channels/MovieSceneChannelData.h" |
int32 AddKey
(
FFrameNumber InTime,
ParamType InValue
)
Remarks
Add a new key at a given time The index of the newly added key
Parameters
Name | Description |
---|---|
InTime | The time at which to add the new key |
InValue | The value of the new key |