Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > Channels
Inheritance Hierarchy
- TMovieSceneChannelTraitsBase
- TMovieSceneChannelTraits< FMovieSceneIntegerChannel >
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneIntegerChannel.h |
Include | #include "Channels/MovieSceneIntegerChannel.h" |
Syntax
template<>
struct TMovieSceneChannelTraits< FMovieSceneIntegerChannel > : public TMovieSceneChannelTraitsBase< FMovieSceneIntegerChannel >
Typedefs
Name | Description |
---|---|
ExtendedEditorDataType | Integer channels can have external values (ie, they can get their values from external objects for UI purposes) |