Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/MovieScene/Public/MovieSceneFrameMigration.h |
Include |
#include "MovieSceneFrameMigration.h" |
struct FMovieSceneFrameRange
Type used to convert from a FFloatRange to a TRange<FFrameNumber>
Name | Description | ||
---|---|---|---|
|
MigrationDefault |
Default value to use during serialization to ensure that values previously serialized with deltas get upgraded correctly |
|
|
Value |
The actual frame number range, custom serialized |
Name | Description | |
---|---|---|
|
FMovieSceneFrameRange() |
Default construction to an empty frame range |
|
FMovieSceneFrameRange ( |
Construction from a frame range |
Name | Description | ||
---|---|---|---|
|
ExportTextItem ( |
Needed for copy and pasting of tracks since that mechanism uses string export and import. |
|
|
FromFloatRange ( |
Convert this frame number from a float range |
|
|
TRangeBound<... |
GetLowerBound() |
Get this range's lower bound |
|
TRangeBound<... |
GetUpperBound() |
Get this range's upper bound |
|
ImportTextItem ( |
||
|
Serialize ( |
Custom serializer for the frame number range |
|
|
SerializeFromMismatchedTag ( |
Serialize this frame range from a mismatched type (only FFloatRange supported) |