I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

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

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