Navigation
API > API/Plugins > API/Plugins/MovieSceneTextTrack
Inheritance Hierarchy
- FMovieSceneChannel
- FMovieSceneTextChannel
References
| Module | MovieSceneTextTrack |
| Header | /Engine/Plugins/MovieScene/MovieSceneTextTrack/Source/MovieSceneTextTrack/Public/MovieSceneTextChannel.h |
| Include | #include "MovieSceneTextChannel.h" |
Syntax
USTRUCT ()
struct FMovieSceneTextChannel : public FMovieSceneChannel
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 FText * | Evaluate
(
FFrameTime InTime |
Evaluate this channel | |
| TMovieSceneChannelData< FText > | GetData () |
Access a mutable interface for this channel's data | |
| TMovieSceneChannelData< const FText > | GetData () |
Access a constant interface for this channel's data | |
| TOptional< FText > | GetDefault () |
Get this channel's default value that will be used when no keys are present | |
| void | GetKeys
(
const TRange< FFrameNumber >& WithinRange, |
||
| void | GetKeyTimes
(
TArrayView< const FKeyHandle > InHandles, |
||
| int32 | GetNumKeys () |
||
| UPackage * | GetPackage () |
||
| TConstArrayView< FFrameNumber > | GetTimes () |
||
| 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 () |
||
| void | SetDefault
(
FText InDefaultValue |
Set this channel's default value that should be used when no keys are present | |
| void | SetKeyTimes
(
TArrayView< const FKeyHandle > InHandles, |
||
| void | SetPackage
(
UPackage* InPackage |