Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/Channels
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieSceneSignedObject
- UMovieSceneChannelOverrideContainer
- UMovieSceneDoublePerlinNoiseChannelContainer
References
| Module | MovieSceneTracks |
| Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Channels/MovieSceneDoublePerlinNoiseChannelContainer.h |
| Include | #include "Channels/MovieSceneDoublePerlinNoiseChannelContainer.h" |
Syntax
class UMovieSceneDoublePerlinNoiseChannelContainer : public UMovieSceneChannelOverrideContainer
Remarks
Double perlin noise channel overriden container
Overridden from UMovieSceneChannelOverrideContainer
| Type | Name | Description | |
|---|---|---|---|
| FMovieSceneChannelHandle | AddChannelProxy
(
FName ChannelName, |
Caches the channel proxy for this channel | |
| const FMovieSceneChannel * | GetChannel () |
Gets the underlying channel | |
| FMovieSceneChannel * | GetChannel () |
Gets the underlying channel | |
| void | ImportEntityImpl
(
const UE::MovieScene::FChannelOverrideEntityImportParams& OverrideParams, |
Imports the entity for this channel | |
| void | InitializeOverride
(
FMovieSceneChannel* InChannel |
Initialize this container | |
| bool | SupportsOverride
(
FName DefaultChannelTypeName |
Returns whether this container's underlying channel can be used as an override to the given channel type |
Typedefs
| Name | Description |
|---|---|
| ChannelType |