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