#include <MovieSceneCameraShakeSourceTriggerChannel.h>
◆ CurveValueType
◆ ComputeEffectiveRange()
| TRange< FFrameNumber > FMovieSceneCameraShakeSourceTriggerChannel::ComputeEffectiveRange |
( |
| ) |
const |
|
overridevirtual |
Compute the effective range of this channel, for example, the extents of its key times
- Returns
- A range that represents the greatest range of times occupied by this channel, in the sequence's frame resolution
Reimplemented from FMovieSceneChannel.
◆ DeleteKeys()
Delete the keys for the specified key handles
- Parameters
-
| InHandles | Array of handles to delete |
Reimplemented from FMovieSceneChannel.
◆ DeleteKeysFrom()
| void FMovieSceneCameraShakeSourceTriggerChannel::DeleteKeysFrom |
( |
FFrameNumber |
InTime, |
|
|
bool |
bDeleteKeysBefore |
|
) |
| |
|
overridevirtual |
Delete keys before or after a specified time
- Parameters
-
| InTime | Delete keys after this time |
| bDeleteKeysBefore | Whether to delete keys before the specified time |
Reimplemented from FMovieSceneChannel.
◆ DuplicateKeys()
Duplicate the keys for the specified key handles
- Parameters
-
| InHandles | Array of handles to duplicate |
| OutKeyTimes | Pre-sized array to receive duplicated key handles. Invalid key handles will not be assigned to this array. Must match size of InHandles |
Reimplemented from FMovieSceneChannel.
◆ GetData() [1/2]
◆ GetData() [2/2]
◆ GetKeys()
Get key information pertaining to all keys that exist within the specified range
- Parameters
-
| WithinRange | The range within which to return key information |
| OutKeyTimes | (Optional) Array to receive key times |
| OutKeyHandles | (Optional) Array to receive key handles |
Reimplemented from FMovieSceneChannel.
◆ GetKeyTimes()
Get all key times for the specified key handles
- Parameters
-
| InHandles | Array of handles to get times for |
| OutKeyTimes | Pre-sized array of key times to set. Invalid key handles will not assign to this array. Must match size of InHandles |
Reimplemented from FMovieSceneChannel.
◆ GetNumKeys()
| int32 FMovieSceneCameraShakeSourceTriggerChannel::GetNumKeys |
( |
| ) |
const |
|
overridevirtual |
Get the total number of keys on this channel
- Returns
- The number of keys on this channel
Reimplemented from FMovieSceneChannel.
◆ Offset()
| void FMovieSceneCameraShakeSourceTriggerChannel::Offset |
( |
FFrameNumber |
DeltaPosition | ) |
|
|
overridevirtual |
Offset the keys within this channel by a given delta position
- Parameters
-
| DeltaPosition | The number of frames to offset by, in the sequence's frame resolution |
Reimplemented from FMovieSceneChannel.
◆ RemapTimes()
Remap the times contained within this channel using a custom remapper
Reimplemented from FMovieSceneChannel.
◆ Reset()
| void FMovieSceneCameraShakeSourceTriggerChannel::Reset |
( |
| ) |
|
|
overridevirtual |
◆ SetKeyTimes()
Set key times for the specified key handles
- Parameters
-
| InHandles | Array of handles to get times for |
| InKeyTimes | Array of times to apply - one per handle |
Reimplemented from FMovieSceneChannel.
The documentation for this struct was generated from the following files: