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
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[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]
StopAtEnd[edit]
native final function StopAtEnd ()
StopNow[edit]
native final function StopNow ()