I don't need to test my programs. I have an error-correcting modem.

UE2:Movie (U2)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
U2 Object >> Movie
Package: 
Engine

Movie.uc: A movie that plays on a surface be that a texture or the canvas

Created by Demiurge Studios 2002

This is a built-in Unreal class and it shouldn't be modified.

Properties[edit]

FMovie[edit]

Type: int

Modifiers: const, transient


Native functions[edit]

GetHeight[edit]

native final function int GetHeight ()


GetWidth[edit]

native final function int GetWidth ()


IsPaused[edit]

native final function bool IsPaused ()


IsPlaying[edit]

native final function bool IsPlaying ()


Pause[edit]

native final function Pause (bool Pause)


Play[edit]

native final function Play (string MovieFilename, bool UseSound, bool LoopMovie)


StopAtEnd[edit]

native final function StopAtEnd ()


StopNow[edit]

native final function StopNow ()