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