Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > Channels > TMovieSceneChannelData< const ValueType >
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 |