Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Channels
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieSceneSignedObject
- UMovieSceneChannelOverrideContainer
- UMovieSceneDoublePerlinNoiseChannelContainer
- UMovieSceneFloatPerlinNoiseChannelContainer
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelOverrideContainer.h |
| Include | #include "Channels/MovieSceneChannelOverrideContainer.h" |
Syntax
class UMovieSceneChannelOverrideContainer : public UMovieSceneSignedObject
Remarks
A wrapper to implement polymorphism for FMovieSceneChannel.
Functions
| 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 | GetOverrideCandidates
(
FName InDefaultChannelTypeName, |
Get a list of channel overrides that can work in the place of the given channel type | |
| 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 |
|---|---|
| FOverrideCandidates |