FMovieSceneChannelProxyData

Construction helper that is required to create a new [FMovieSceneChannelProxy](API\Runtime\MovieScene\Channels\FMovieSceneChannelProxy) from multiple channels

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "Channels/MovieSceneChannelProxy.h"

Syntax

struct FMovieSceneChannelProxyData

Remarks

Construction helper that is required to create a new FMovieSceneChannelProxy from multiple channels

Functions

Name Description

Public function

void

 

Add

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

Add a new channel to the proxy.

Public function

void

 

Add

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

Add a new channel to the proxy.

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