Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FMovieSceneChannelEditorDataEntr-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddMetaData
(
const FMovieSceneChannelMetaData& MetaData |
Add new editor data for the specified channel type at the last index in the array | Channels/MovieSceneChannelEditorDataEntry.h | |
void AddMetaData
(
const FMovieSceneChannelMetaData& MetaData, |
Add new editor data for the specified channel type at the last index in the arrays | Channels/MovieSceneChannelEditorDataEntry.h |
AddMetaData(const FMovieSceneChannelMetaData &)
Description
Add new editor data for the specified channel type at the last index in the array
| Name | AddMetaData |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelEditorDataEntry.h |
| Include Path | #include "Channels/MovieSceneChannelEditorDataEntry.h" |
template<typename ChannelType>
void AddMetaData
(
const FMovieSceneChannelMetaData & MetaData
)
AddMetaData(const FMovieSceneChannelMetaData &, ExtendedEditorDataType &&)
Description
Add new editor data for the specified channel type at the last index in the arrays
| Name | AddMetaData |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelEditorDataEntry.h |
| Include Path | #include "Channels/MovieSceneChannelEditorDataEntry.h" |
template<typename ChannelType, typename ExtendedEditorDataType>
void AddMetaData
(
const FMovieSceneChannelMetaData & MetaData,
ExtendedEditorDataType && InExtendedEditorData
)