Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > Channels
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelData.h |
Include | #include "Channels/MovieSceneChannelData.h" |
Syntax
template<typename ValueType>
struct TMovieSceneChannelData< const ValueType >
Remarks
Specialization of TMovieSceneChannelData for const value types (limited read-only access to data)
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
int32 | FindKey
(
FFrameNumber InTime, |
Attempt to find a key at a given time and tolerance |
![]() ![]() |
void | FindKeys
(
FFrameNumber InTime, |
Find the range of keys that fall around InTime +/- InTolerance up to a maximum |
![]() ![]() |
TArrayView< const FFrameNumber > | GetTimes () |
Read-only access to this channel's key times. |
![]() ![]() |
TRange< FFrameNumber > | Compute the total time range of the channel data. | |
![]() ![]() |
TArrayView< const ValueType > | GetValues () |
Read-only access to this channel's values |
![]() |
TMovieSceneChannelData
(
const TArray< FFrameNumber >* InTimes, |
Constructor that takes a non-owning pointer to an array of times and values, and a key handle map |
Typedefs
Name | Description |
---|---|
ParamType |