Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
TextureMovie Movie texture support base class. Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object | +-- Engine.Surface | +-- Engine.Texture | +-- Engine.TextureMovie
Variables Summary | |
---|---|
UntypedBulkData_Mirror | Data |
CodecMovie | Decoder |
class<CodecMovie> | DecoderClass |
EPixelFormat | Format |
bool | Paused |
pointer | ReleaseCodecFence |
int | SizeX |
int | SizeY |
bool | Stopped |
TextureMovie | |
TextureAddress | AddressX |
TextureAddress | AddressY |
bool | AutoPlay |
bool | Looping |
EMovieStreamSource | MovieStreamSource |
Enumerations Summary | ||
---|---|---|
EMovieStreamSource MovieStream_File, MovieStream_Memory, |
Inherited Enumerations from Engine.Texture |
---|
EPixelFormat, TextureAddress, TextureCompressionSettings, TextureFilter, TextureGroup |
Functions Summary | ||
---|---|---|
![]() | Pause () | |
![]() | Play () | |
![]() | Stop () |
Inherited Functions from Engine.Surface |
---|
GetSurfaceHeight, GetSurfaceWidth |
Variables Detail |
---|
Raw compressed data as imported.
Instance of decoder.
Class type of Decoder that will be used to decode Data.
The format of the texture data.
Whether the movie is currently paused.
Set in order to synchronize codec access to this movie texture resource from the render thread
The width of the texture.
The height of the texture.
Whether the movie is currently stopped.
The addressing mode to use for the X axis.
The addressing mode to use for the Y axis.
Whether the movie should automatically start playing when it is loaded.
Whether the movie should loop when it reaches the end.
Select streaming movie from memory or from file for playback
Enumerations Detail |
---|
Functions Detail |
---|
Pauses the movie.
Plays the movie and also unpauses.
Stops movie playback.
Defaultproperties |
---|
defaultproperties { DecoderClass=Class'Engine.CodecMovieFallback' Stopped=True Looping=True AutoPlay=True NeverStream=True Name="Default__TextureMovie" ObjectArchetype=Texture'Engine.Default__Texture' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |