FMovieSceneChannelProxy::FMovieSceneChannelProxy

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.

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "Channels/MovieSceneChannelProxy.h"

Syntax

template<typename ChannelType, typename ExtendedEditorDataType>
FMovieSceneChannelProxy
(
    ChannelType & InChannel,
    const FMovieSceneChannelMetaData & InMetaData,
    ExtendedEditorDataType && InExtendedEditorData
)

Remarks

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.

Construction via a single channel, its editor data, and its extended editor data. Compulsary for channel types with a TMovieSceneChannelTraits::ExtendedEditorDataType. 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