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 FMovieSceneSessionInfo
Remarks
Information about a captured session
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | BuildDate | The build date for the capture. | |
| int32 | BuildVersion | The engine version the file was captured with. | |
| FString | DeviceName | Name of the device the file was captured on. | |
| FGuid | InstanceId | The ID of the session instance the file was captured with | |
| FString | InstanceName | Name of the engine instance the file was captured on. | |
| FString | PlatformName | Name of the platform the file was captured on. | |
| FDateTime | TimeStamp | The timestamp of this capture at creation time. |
Constructors
| Type | Name | Description | |
|---|---|---|---|