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
Object >> Movie |
- Package:
- Engine
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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
StopAtEnd
native final function StopAtEnd ()
StopNow
native final function StopNow ()