FMovieSceneChannelHandle::FMovieSceneChannelHandle

Construction from a weak channel proxy, the channel's type, and its index

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "Channels/MovieSceneChannelHandle.h"

Source

/Engine/Source/Runtime/MovieScene/Private/Channels/MovieSceneChannelHandle.cpp

Syntax

FMovieSceneChannelHandle
(
    TWeakPtr< FMovieSceneChannelProxy > InWeakChannelProxy,
    FName InChannelTypeName,
    int32 InChannelIndex
)

Remarks

Construction from a weak channel proxy, the channel's type, and its index

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