Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Channels > API/Runtime/MovieScene/Channels/TMovieSceneChannelData > API/Runtime/MovieScene/Channels/TMovieSceneChannelData/__ctor
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelData.h |
| Include | #include "Channels/MovieSceneChannelData.h" |
TMovieSceneChannelData
(
TArray< FFrameNumber > * InTimes,
TArray< ValueType > * InValues,
FMovieSceneChannel * InChannel,
FKeyHandleLookupTable * InKeyHandles
)
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. |
| InChannel | A pointer to the owning channel. |
| InKeyHandles | A key handle map used for persistent, order independent identification of keys |