IMovieSceneCaptureInterface

Interface for a movie capture object

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

MovieSceneCapture

Header

/Engine/Source/Runtime/MovieSceneCapture/Public/IMovieSceneCapture.h

Include

#include "IMovieSceneCapture.h"

Syntax

class IMovieSceneCaptureInterface

Remarks

Interface for a movie capture object

Functions

Name Description

Public function

void

 

Close()

Shut down this movie capture

Public function Const

const int32

 

GetFrameNumberOffset()

Access Frame Number Offset

Public function Const

FMovieSceneC...

 

GetHandle()

Get a unique handle to this object

Public function Const

const FMovie...

 

GetSettings()

Access specific movie scene capture settings

Public function

void

 

Initialize

(
    TSharedPtr< FSceneViewport > Viewpo...,
    int32 PIEInstance
)

Initialize this capture object by binding it to the specified viewport

Public function

void

 

StartCapturing()

Instruct this capture to start capturing frames

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