Class MovieSceneMediaSection
Implements a movie scene section for media playback.
Inherited Members
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.MediaCompositing
Assembly: UE4DotNet.dll
Syntax
public class MovieSceneMediaSection : MovieSceneSection
Properties
| Improve this Doc View SourcebLooping
Declaration
public bool bLooping { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
bUseExternalMediaPlayer
Declaration
public bool bUseExternalMediaPlayer { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static MovieSceneMediaSection DefaultObject { get; }
Property Value
Type | Description |
---|---|
MovieSceneMediaSection |
ExternalMediaPlayer
The external media player this track should control.
Declaration
public MediaPlayer ExternalMediaPlayer { get; set; }
Property Value
Type | Description |
---|---|
MediaPlayer |
MediaSoundComponent
The media sound component that receives the track's audio output.
Declaration
public MediaSoundComponent MediaSoundComponent { get; set; }
Property Value
Type | Description |
---|---|
MediaSoundComponent |
MediaSource
The source to play with this video track.
Declaration
public MediaSource MediaSource { get; set; }
Property Value
Type | Description |
---|---|
MediaSource |
MediaTexture
The media texture that receives the track's video output.
Declaration
public MediaTexture MediaTexture { get; set; }
Property Value
Type | Description |
---|---|
MediaTexture |
StaticClass
Get UE4 Class
Declaration
public static Class StaticClass { get; }
Property Value
Type | Description |
---|---|
Class |
ThumbnailReferenceOffset
The reference frame offset for single thumbnail rendering
Declaration
public float ThumbnailReferenceOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Methods
| Improve this Doc View SourceNew(UObject, Name)
Spawn an object of this class
Declaration
public static MovieSceneMediaSection New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
MovieSceneMediaSection |
Operators
| Improve this Doc View SourceImplicit(IntPtr to MovieSceneMediaSection)
Convert from IntPtr to UObject
Declaration
public static implicit operator MovieSceneMediaSection(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
MovieSceneMediaSection |