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
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

FMovie

Type: int

Modifiers: const, transient


Native functions

GetHeight

native final function int GetHeight ()


GetWidth

native final function int GetWidth ()


IsPaused

native final function bool IsPaused ()


IsPlaying

native final function bool IsPlaying ()


Pause

native final function Pause (bool Pause)


Play

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


StopAtEnd

native final function StopAtEnd ()


StopNow

native final function StopNow ()