Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Channels > API/Runtime/MovieScene/Channels/TMovieSceneChannelData_constValu-
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelData.h |
| Include | #include "Channels/MovieSceneChannelData.h" |
TMovieSceneChannelData
&40;
const TArray< FFrameNumber > &42; InTimes,
const TArray< ValueType > &42; InValues
&41;
Remarks
Constructor that takes a non-owning pointer to an array of times and values, and a key handle map
Parameters
| Name | Description |
|---|---|
| InTimes | A pointer to an array of times that should be operated on by this class. Externally owned. |
| InValues | A pointer to an array of values that should be operated on by this class. Externally owned. |
| InKeyHandles | A key handle map used for persistent, order independent identification of keys |