FMovieSceneSerializedFrameHeader

Header (non-tagged property serialized) for a frame

Windows
MacOS
Linux

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

Name Description

Public variable

uint64

 

FrameId

ID of this frame

Public variable

int64

 

NextFrameOffset

Offset within the archive that the next frame can be found. -1 if this is the last frame.

Public variable

int64

 

PrevFrameOffset

Offset within the archive that the next frame can be found. -1 if this is the first frame.

Constructors

Name Description

Public function

FMovieSceneSerializedFrameHeader()

Public function

FMovieSceneSerializedFrameHeader

(
    int64 InNextFrameOffset,
    int64 InPrevFrameOffset,
    uint64 InFrameId
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss