FMovieSceneChannelProxy::GetAllExtendedEditorData

Access all the extended data for the templated channel type

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "Channels/MovieSceneChannelProxy.h"

Syntax

template<typename ChannelType>
TArrayView< const typename TMovieSceneChannelTraits< ChannelType >::ExtendedEditorDataType > GetAllExtendedEditorData() const

Remarks

Access all the extended data for the templated channel type

Returns

A potentially empty array view for all the extended editor data for the template channel type

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