FMovieSceneSessionInfo

Information about a captured session

Windows
MacOS
Linux

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

Name Description

Public variable

FString

 

BuildDate

The build date for the capture.

Public variable

int32

 

BuildVersion

The engine version the file was captured with.

Public variable

FString

 

DeviceName

Name of the device the file was captured on.

Public variable

FGuid

 

InstanceId

The ID of the session instance the file was captured with

Public variable

FString

 

InstanceName

Name of the engine instance the file was captured on.

Public variable

FString

 

PlatformName

Name of the platform the file was captured on.

Public variable

FDateTime

 

TimeStamp

The timestamp of this capture at creation time.

Constructors

Name Description

Public function

FMovieSceneSessionInfo()

Public function

FMovieSceneSessionInfo

(
    const FGuid& InInstanceId,
    FDateTime InTimeStamp,
    int32 InBuildVersion,
    const FString& InDeviceName,
    const FString& InPlatformName,
    const FString& InInstanceName,
    const FString& InBuildDate
)

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