Navigation
API > API/Runtime > API/Runtime/MovieScene
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/MovieSceneFrameMigration.h |
| Include | #include "MovieSceneFrameMigration.h" |
Syntax
struct FMovieSceneFrameRange
Remarks
Type used to convert from a FFloatRange to a TRange
Variables
| Type | Name | Description | |
|---|---|---|---|
| FFloatRange | MigrationDefault | Default value to use during serialization to ensure that values previously serialized with deltas get upgraded correctly | |
| TRange< FFrameNumber > | Value | The actual frame number range, custom serialized |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default construction to an empty frame range | |||
FMovieSceneFrameRange
(
const TRange< FFrameNumber >& InValue |
Construction from a frame range |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | ExportTextItem
(
FString& ValueStr, |
Needed for copy and pasting of tracks since that mechanism uses string export and import. | |
| TRange< FFrameNumber > | FromFloatRange
(
const TRange< float >& InFloatRange |
Convert this frame number from a float range | |
| TRangeBound< FFrameNumber > | Get this range's lower bound | ||
| TRangeBound< FFrameNumber > | Get this range's upper bound | ||
| bool | ImportTextItem
(
const TCHAR*& Buffer, |
||
| bool | Custom serializer for the frame number range | ||
| bool | SerializeFromMismatchedTag
(
FPropertyTag const& Tag, |
Serialize this frame range from a mismatched type (only FFloatRange supported) |