Worst-case scenario: the UEd Goblin wipes the map and burns down your house.
UE2:ScriptedTexture (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Material >> RenderedMaterial >> BitmapMaterial >> ScriptedTexture |
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. |
ScriptedTexture: A scriptable Unreal texture This is a built-in Unreal class and it shouldn't be modified.
Properties[edit]
Client[edit]
Type: Actor
OldRevision[edit]
Type: int
Modifiers: transient, const
Default value: -1
RenderTarget[edit]
Type: int
Modifiers: const, transient
RenderViewport[edit]
Type: Viewport
Modifiers: const, transient
Revision[edit]
Type: int
Modifiers: transient
Native functions[edit]
DrawPortal[edit]
native final function DrawPortal (int X, int Y, int Width, int Height, Actor CamActor, Object.Vector CamLocation, Object.Rotator CamRotation, optional int FOV, optional bool ClearZ)
DrawText[edit]
native final function DrawText (int StartX, int StartY, coerce string Text, Font Font, Object.Color Color)
DrawTile[edit]
native final function DrawTile (float X, float Y, float XL, float YL, float U, float V, float UL, float VL, Material Material, Object.Color Color)