Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/Channels
Inheritance Hierarchy
- FMovieSceneChannel
- FMovieSceneStringChannel
References
| Module | MovieSceneTracks |
| Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Channels/MovieSceneStringChannel.h |
| Include | #include "Channels/MovieSceneStringChannel.h" |
Syntax
USTRUCT ()
struct FMovieSceneStringChannel : public FMovieSceneChannel
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddKeys
(
const TArray< FFrameNumber >& InTimes, |
Add keys with these times to channel. | |
| void | ChangeFrameResolution
(
FFrameRate SourceRate, |
||
| void | ClearDefault () |
||
| TRange< FFrameNumber > | |||
| void | DeleteKeys
(
TArrayView< const FKeyHandle > InHandles |
||
| void | DeleteKeysFrom
(
FFrameNumber InTime, |
||
| void | DuplicateKeys
(
TArrayView< const FKeyHandle > InHandles, |
||
| const FString * | Evaluate
(
FFrameTime InTime |
Evaluate this channel | |
| TMovieSceneChannelData< FString > | GetData () |
Access a mutable interface for this channel's data | |
| TMovieSceneChannelData< const FString > | GetData () |
Access a constant interface for this channel's data | |
| TOptional< FString > | GetDefault () |
Get this channel's default value that will be used when no keys are present | |
| FKeyHandle | GetHandle
(
int32 Index |
||
| int32 | GetIndex
(
FKeyHandle Handle |
||
| void | GetKeys
(
const TRange< FFrameNumber >& WithinRange, |
||
| void | GetKeyTimes
(
TArrayView< const FKeyHandle > InHandles, |
||
| int32 | GetNumKeys () |
||
| TArrayView< const FFrameNumber > | GetTimes () |
Const access to this channel's times | |
| bool | HasAnyData () |
Returns whether this channel has any values | |
| void | Offset
(
FFrameNumber DeltaPosition |
||
| void | Optimize
(
const FKeyDataOptimizationParams& InParameters |
||
| void | Remove this channel's default value causing the channel to have no effect where no keys are present | ||
| void | Reset () |
||
| bool | SerializeFromMismatchedTag
(
const FPropertyTag& Tag, |
Serialize this type from another | |
| void | SetDefault
(
FString InDefaultValue |
Set this channel's default value that should be used when no keys are present | |
| void | SetKeyTimes
(
TArrayView< const FKeyHandle > InHandles, |