Navigation
API > API/Runtime > API/Runtime/MovieScene
Traits structure to be specialized for any channel type passed to FMovieSceneChannelProxy
| Name | TMovieSceneChannelTraits |
| Type | struct |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelTraits.h |
| Include Path | #include "Channels/MovieSceneChannelTraits.h" |
Syntax
template<typename ChannelType>
struct TMovieSceneChannelTraits : public TMovieSceneChannelTraitsBase< ChannelType >
Inheritance Hierarchy
- TMovieSceneChannelTraitsBase → TMovieSceneChannelTraits