Navigation
API > API/Runtime > API/Runtime/MovieScene
| |
|
| Name |
TMovieSceneChannelTraits< FMovieSceneIntegerChannel > |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneIntegerChannel.h |
| Include Path |
#include "Channels/MovieSceneIntegerChannel.h" |
Syntax
template<>
struct TMovieSceneChannelTraits< FMovieSceneIntegerChannel > : public TMovieSceneChannelTraitsBase< FMovieSceneIntegerChannel >
Inheritance Hierarchy
Typedefs
| Name |
Type |
Remarks |
Include Path |
| ExtendedEditorDataType |
TMovieSceneExternalValue< int32 > |
Integer channels can have external values (ie, they can get their values from external objects for UI purposes) |
Channels/MovieSceneIntegerChannel.h |