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 SourcebLooping
Declaration
public bool bLooping
  Field Value
| Type | Description | 
|---|---|
| System.Boolean | 
Properties
| Improve this Doc View SourceMediaPlayer
Media Player
Declaration
public MediaPlayer MediaPlayer { get; set; }
  Property Value
| Type | Description | 
|---|---|
| MediaPlayer | 
MediaSoundComponent
Media Sound Component
Declaration
public MediaSoundComponent MediaSoundComponent { get; set; }
  Property Value
| Type | Description | 
|---|---|
| MediaSoundComponent | 
MediaSource
Media Source
Declaration
public MediaSource MediaSource { get; set; }
  Property Value
| Type | Description | 
|---|---|
| MediaSource | 
MediaTexture
Media Texture
Declaration
public MediaTexture MediaTexture { get; set; }
  Property Value
| Type | Description | 
|---|---|
| MediaTexture |