Navigation
API > API/Runtime > API/Runtime/MovieScene
An entry within FMovieSceneChannelProxy that contains all channels (and editor data) for any given channel type
| Name | FMovieSceneChannelEntry |
| Type | struct |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelProxy.h |
| Include Path | #include "Channels/MovieSceneChannelProxy.h" |
Syntax
struct FMovieSceneChannelEntry : public FMovieSceneChannelEditorDataEntry
Inheritance Hierarchy
- FMovieSceneChannelEditorDataEntry → FMovieSceneChannelEntry
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMovieSceneChannelEntry
(
FName InChannelTypeName, |
Templated constructor from the channel and its ID | Channels/MovieSceneChannelProxy.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Channels | TArray< FMovieSceneChannel * > | Pointers to the channels that this entry contains. | Channels/MovieSceneChannelProxy.h | |
| ChannelTypeName | FName | The name of the channel's struct type | Channels/MovieSceneChannelProxy.h | |
| FMovieSceneChannelProxy | friend | Channels/MovieSceneChannelProxy.h | ||
| FMovieSceneChannelProxyData | friend | Only FMovieSceneChannelProxyData and FMovieSceneChannelProxy can create entries | Channels/MovieSceneChannelProxy.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArrayView< const typename TMovieSceneChannelTraits< ChannelType >::ExtendedEditorDataType > GetAllExtendedEditorData() |
Access extended typed editor data for channels stored in this entry | Channels/MovieSceneChannelProxy.h | |
TArrayView< FMovieSceneChannel *const > GetChannels() |
Access all the channels contained within this entry | Channels/MovieSceneChannelProxy.h | |
FName GetChannelTypeName() |
Get the type name of the channels stored in this entry | Channels/MovieSceneChannelProxy.h |