Show / Hide Table of Contents

Struct MovieSceneMediaSectionParams

Movie Scene Media Section Params

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.MediaCompositing
Assembly: UE4DotNet.dll
Syntax
public struct MovieSceneMediaSectionParams

Fields

| Improve this Doc View Source

bLooping

Declaration
public bool bLooping
Field Value
Type Description
System.Boolean

Properties

| Improve this Doc View Source

MediaPlayer

Media Player

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

MediaSoundComponent

Media Sound Component

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

MediaSource

Media Source

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

MediaTexture

Media Texture

Declaration
public MediaTexture MediaTexture { get; set; }
Property Value
Type Description
MediaTexture
  • Improve this Doc
  • View Source
Back to top Generated by DocFX