Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Channels > API/Runtime/MovieScene/Channels/FMovieSceneChannelProxy
| Type | Name | Description | |
|---|---|---|---|
| Default construction - emtpy proxy | |||
FMovieSceneChannelProxy
(
FMovieSceneChannelProxyData&& InChannels |
Construction via multiple channels | ||
FMovieSceneChannelProxy
(
const FMovieSceneChannelProxy& |
Not copyable or moveable to ensure that previously retrieved pointers remain valid for the lifetime of this object. | ||
FMovieSceneChannelProxy
(
ChannelType& InChannel, |
Construction via a single channel, and its editor data Channel's address is stored internally as a voic* and should exist as long as this channel proxy does. | ||
FMovieSceneChannelProxy
(
ChannelType& InChannel, |
Construction via a single channel, and its editor data Channel's address is stored internally as a voic* and should exist as long as this channel proxy does. |