TMovieSceneChannelData::TMovieSceneChannelData

Constructor that takes a non-owning pointer to an array of times and values, and a key handle map

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelData.h

Include

#include "Channels/MovieSceneChannelData.h"

Syntax

TMovieSceneChannelData
(
    TArray< FFrameNumber > * InTimes,
    TArray< ValueType > * InValues,
    FKeyHandleLookupTable * InKeyHandles
)

Remarks

Constructor that takes a non-owning pointer to an array of times and values, and a key handle map

Parameters

Parameter

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss