FMovieSceneChannelProxy

Overload list

Windows
MacOS
Linux
Name Description

Public function

FMovieSceneChannelProxy()

Default construction - emtpy proxy

Public function

FMovieSceneChannelProxy

(
    FMovieSceneChannelProxyData&& InCh...
)

Construction via multiple channels

Public function

FMovieSceneChannelProxy

(
    const FMovieSceneChannelProxy&
)

Not copyable or moveable to ensure that previously retrieved pointers remain valid for the lifetime of this object.

Public function

FMovieSceneChannelProxy

Public function

FMovieSceneChannelProxy

(
    ChannelType& InChannel,
    const FMovieSceneChannelMetaData& ...
)

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.

Public function

FMovieSceneChannelProxy

(
    ChannelType& InChannel,
    const FMovieSceneChannelMetaData& ...,
    ExtendedEditorDataType&& InExtende...
)

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.

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