Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Channels
Inheritance Hierarchy
- FMovieSceneChannelEditorDataEntry
- FMovieSceneChannelEntry
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelProxy.h |
| Include | #include "Channels/MovieSceneChannelProxy.h" |
Syntax
struct FMovieSceneChannelEntry : public FMovieSceneChannelEditorDataEntry
Remarks
An entry within FMovieSceneChannelProxy that contains all channels (and editor data) for any given channel type
Constructors
No constructors are accessible with public or protected access.
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArrayView< const typename TMovieSceneChannelTraits< ChannelType >::ExtendedEditorDataType > | Access extended typed editor data for channels stored in this entry | ||
| TArrayView< FMovieSceneChannel *const > | GetChannels () |
Access all the channels contained within this entry | |
| FName | Get the type name of the channels stored in this entry |