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