FMovieSceneChannelProxy::MakeHandle

Make a channel handle out for the specified index and channel type name

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "Channels/MovieSceneChannelProxy.h"

Source

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

Syntax

FMovieSceneChannelHandle MakeHandle
(
    FName ChannelTypeName,
    int32 Index
)

Remarks

Make a channel handle out for the specified index and channel type name

Returns

A handle to the supplied channel that will become nullptr when the proxy is reallocated, or nullptr if the index or channel type name are invalid.

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