Show / Hide Table of Contents

Namespace UE4.MovieSceneCapture

Classes

CompositionGraphCaptureProtocol

Composition Graph Capture Protocol

CompressedImageSequenceProtocol

Compressed Image Sequence Protocol

FrameGrabberProtocol

Frame Grabber Protocol

ImageSequenceProtocol

Image Sequence Protocol

ImageSequenceProtocol_BMP

Image Sequence Protocol BMP

ImageSequenceProtocol_EXR

Image Sequence Protocol EXR

ImageSequenceProtocol_JPG

Image Sequence Protocol JPG

ImageSequenceProtocol_PNG

Image Sequence Protocol PNG

LevelCapture

Level Capture

MasterAudioSubmixCaptureProtocol

This is an experimental audio capture implementation which captures the final output from the master submix.

MovieSceneAudioCaptureProtocolBase

A class to inherit from for audio capture protocols. Used to filter the UI for protocols used on the audio capture pass.

MovieSceneCapture

Class responsible for capturing scene data

MovieSceneCaptureEnvironment

Movie Scene Capture Environment

MovieSceneCaptureInterface

Movie Scene Capture Interface

MovieSceneCaptureProtocolBase

A capture protocol responsible for dealing with captured frames using some custom method (writing out to disk, streaming, etc) A typical process for capture consits of the following process:

MovieSceneImageCaptureProtocolBase

A class to inherit from for image capture protocols. Used to filter the UI for protocols used on the image capture pass.

NullAudioCaptureProtocol

This is a null audio capture implementation which skips capturing audio.

UserDefinedCaptureProtocol

A blueprintable capture protocol that defines how to capture frames from the engine

UserDefinedImageCaptureProtocol

A blueprintable capture protocol tailored to capturing and exporting frames as images

VideoCaptureProtocol

Video Capture Protocol

Structs

CapturedPixels

Captured Pixels

CaptureResolution

Structure representing a capture resolution

CompositionGraphCapturePasses

Composition Graph Capture Passes

FrameMetrics

Metrics that correspond to a particular frame

MovieSceneCaptureSettings

Common movie-scene capture settings

Enums

EHDRCaptureGamut

Used by UCompositionGraphCaptureSettings. Matches gamut oreder in TonemapCommon.usf OuputGamutMappingMatrix()

EMovieSceneCaptureProtocolState

EMovie Scene Capture Protocol State

Delegates

UserDefinedCaptureProtocol.OnBeginFinalize_delegate

UserDefinedCaptureProtocol.OnCanFinalize_delegate

UserDefinedCaptureProtocol.OnCaptureFrame_delegate

UserDefinedCaptureProtocol.OnFinalize_delegate

UserDefinedCaptureProtocol.OnPauseCapture_delegate

UserDefinedCaptureProtocol.OnPreTick_delegate

UserDefinedCaptureProtocol.OnSetup_delegate

UserDefinedCaptureProtocol.OnStartCapture_delegate

UserDefinedCaptureProtocol.OnTick_delegate

UserDefinedCaptureProtocol.OnWarmUp_delegate

Back to top Generated by DocFX