Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Channels
Inheritance Hierarchy
- FMovieSceneChannel
- FMovieSceneActorReferenceData
- FMovieSceneAudioTriggerChannel
- FMovieSceneBoolChannel
- FMovieSceneConstraintChannel
- FMovieSceneByteChannel
- FMovieSceneParticleChannel
- FMovieSceneCameraShakeSourceTriggerChannel
- FMovieSceneControlRigSpaceChannel
- FMovieSceneDoubleChannel
- FMovieSceneDoublePerlinNoiseChannel
- FMovieSceneEventChannel
- FMovieSceneEventSectionData
- FMovieSceneFloatChannel
- FMovieSceneFloatPerlinNoiseChannel
- FMovieSceneGameplayCueChannel
- FMovieSceneIntegerChannel
- FMovieSceneObjectPathChannel
- FMovieSceneStringChannel
- FMovieSceneTextChannel
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannel.h |
| Include | #include "Channels/MovieSceneChannel.h" |
Syntax
struct FMovieSceneChannel
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMovieSceneChannelDataKeyAddedEvent | KeyAddedEvent | Broadcasts a notification whenever key is added | |
| FMovieSceneChannelDataKeyDeletedEvent | KeyDeletedEvent | Broadcasts a notification whenever key is deleted | |
| FMovieSceneChannelDataKeyMovedEvent | KeyMovedEvent | Broadcasts a notification whenever key is moved |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ChangeFrameResolution
(
FFrameRate SourceRate, |
Called when the frame resolution of this channel is to be changed. | |
| void | ClearDefault () |
Clear all the default value on this channel | |
| TRange< FFrameNumber > | Compute the effective range of this channel, for example, the extents of its key times | ||
| void | DeleteKeys
(
TArrayView< const FKeyHandle > InHandles |
Delete the keys for the specified key handles | |
| void | DeleteKeysFrom
(
FFrameNumber InTime, |
Delete keys before or after a specified time | |
| void | DuplicateKeys
(
TArrayView< const FKeyHandle > InHandles, |
Duplicate the keys for the specified key handles | |
| void | GetKeys
(
const TRange< FFrameNumber >& WithinRange, |
Get key information pertaining to all keys that exist within the specified range | |
| void | GetKeyTime
(
const FKeyHandle InHandle, |
Get the time for the specified key handle | |
| void | GetKeyTimes
(
TArrayView< const FKeyHandle > InHandles, |
Get all key times for the specified key handles | |
| int32 | GetNumKeys () |
Get the total number of keys on this channel | |
| void | Offset
(
FFrameNumber DeltaPosition |
Offset the keys within this channel by a given delta position | |
| FMovieSceneChannelDataKeyAddedEvent & | Get delegate that's called when a key is added | ||
| FMovieSceneChannelDataKeyDeletedEvent & | Get delegate that's called when a key is deleted | ||
| FMovieSceneChannelDataKeyMovedEvent & | Get delegate that's called when a key is moved | ||
| void | Optimize
(
const FKeyDataOptimizationParams& InParameters |
Optimize this channel by removing any redundant data according to the specified parameters | |
| void | Perfor a possibly heavy operation after an edit change | ||
| void | Reset () |
Reset this channel back to its original state | |
| void | SetKeyTime
(
const FKeyHandle InHandle, |
Set the time for the specified key handle | |
| void | SetKeyTimes
(
TArrayView< const FKeyHandle > InHandles, |
Set key times for the specified key handles |