Navigation
API > API/Editor > API/Editor/SerializedRecorderInterface > API/Editor/SerializedRecorderInterface/Serializers
References
| Module | SerializedRecorderInterface |
| Header | /Engine/Source/Editor/SerializedRecorderInterface/Public/Serializers/MovieSceneSectionSerialization.h |
| Include | #include "Serializers/MovieSceneSectionSerialization.h" |
Syntax
struct FMovieSceneSerializedFrameHeader
Remarks
Header (non-tagged property serialized) for a frame
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint64 | FrameId | ID of this frame | |
| int64 | NextFrameOffset | Offset within the archive that the next frame can be found. -1 if this is the last frame. | |
| int64 | PrevFrameOffset | Offset within the archive that the next frame can be found. -1 if this is the first frame. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMovieSceneSerializedFrameHeader
(
int64 InNextFrameOffset, |