Show / Hide Table of Contents

Class MovieSceneCapture

Class responsible for capturing scene data

Inheritance
System.Object
UObject
MovieSceneCapture
LevelCapture
AutomatedLevelSequenceCapture
Inherited Members
UObject.TransientPackage
UObject.CastTo<T>(UObject)
UObject.CastTo(UObject, Type)
UObject.RemoveObject(UObject)
UObject.MakeObjectArrayField<T>(NativeArray*)
UObject.NotImplemented<T>()
UObject.Construct()
UObject.GetHashCode()
UObject.GetName()
UObject.ToString()
UObject.Name
UObject._None
UObject.None
UObject.ObjPointer
UObject.LoadObjectFromClass(Class, UObject, String, String, LoadFlags, PackageMap, Boolean)
UObject.LoadClass(Class, UObject, String, String, LoadFlags, PackageMap)
UObject.GetPropertyFor<T>(Name)
UObject.ExecuteUbergraph
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.MovieSceneCapture
Assembly: UE4DotNet.dll
Syntax
public class MovieSceneCapture : UObject

Properties

| Improve this Doc View Source

AudioCaptureProtocol

Audio Capture Protocol

Declaration
public MovieSceneAudioCaptureProtocolBase AudioCaptureProtocol { get; set; }
Property Value
Type Description
MovieSceneAudioCaptureProtocolBase
| Improve this Doc View Source

AudioCaptureProtocolType

The type of capture protocol to use for audio data. Requires experimental audio mixer (launch editor via with -audiomixer).

Declaration
public SoftClassPath AudioCaptureProtocolType { get; set; }
Property Value
Type Description
SoftClassPath
| Improve this Doc View Source

bCloseEditorWhenCaptureStarts

Declaration
public bool bCloseEditorWhenCaptureStarts { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bUseSeparateProcess

Declaration
public bool bUseSeparateProcess { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

DefaultObject

Get UE4 Default Object for this Class

Declaration
public static MovieSceneCapture DefaultObject { get; }
Property Value
Type Description
MovieSceneCapture
| Improve this Doc View Source

ImageCaptureProtocol

Capture protocol responsible for actually capturing frame data

Declaration
public MovieSceneImageCaptureProtocolBase ImageCaptureProtocol { get; set; }
Property Value
Type Description
MovieSceneImageCaptureProtocolBase
| Improve this Doc View Source

ImageCaptureProtocolType

The type of capture protocol to use for image data

Declaration
public SoftClassPath ImageCaptureProtocolType { get; set; }
Property Value
Type Description
SoftClassPath
| Improve this Doc View Source

Settings

Settings that define how to capture

Declaration
public MovieSceneCaptureSettings Settings { get; set; }
Property Value
Type Description
MovieSceneCaptureSettings
| Improve this Doc View Source

StaticClass

Get UE4 Class

Declaration
public static Class StaticClass { get; }
Property Value
Type Description
Class

Methods

| Improve this Doc View Source

GetAudioCaptureProtocol()

Get Audio Capture Protocol

Declaration
public MovieSceneCaptureProtocolBase GetAudioCaptureProtocol()
Returns
Type Description
MovieSceneCaptureProtocolBase
| Improve this Doc View Source

GetImageCaptureProtocol()

Access the capture protocol we are using

Declaration
public MovieSceneCaptureProtocolBase GetImageCaptureProtocol()
Returns
Type Description
MovieSceneCaptureProtocolBase
| Improve this Doc View Source

New(UObject, Name)

Spawn an object of this class

Declaration
public static MovieSceneCapture New(UObject obj = null, Name name = default(Name))
Parameters
Type Name Description
UObject obj
Name name
Returns
Type Description
MovieSceneCapture
| Improve this Doc View Source

SetAudioCaptureProtocolType(SubclassOf<MovieSceneCaptureProtocolBase>)

Set Audio Capture Protocol Type

Declaration
public void SetAudioCaptureProtocolType(SubclassOf<MovieSceneCaptureProtocolBase> ProtocolType)
Parameters
Type Name Description
SubclassOf<MovieSceneCaptureProtocolBase> ProtocolType
| Improve this Doc View Source

SetImageCaptureProtocolType(SubclassOf<MovieSceneCaptureProtocolBase>)

Set Image Capture Protocol Type

Declaration
public void SetImageCaptureProtocolType(SubclassOf<MovieSceneCaptureProtocolBase> ProtocolType)
Parameters
Type Name Description
SubclassOf<MovieSceneCaptureProtocolBase> ProtocolType

Operators

| Improve this Doc View Source

Implicit(IntPtr to MovieSceneCapture)

Convert from IntPtr to UObject

Declaration
public static implicit operator MovieSceneCapture(IntPtr p)
Parameters
Type Name Description
System.IntPtr p
Returns
Type Description
MovieSceneCapture
  • Improve this Doc
  • View Source
Back to top Generated by DocFX