I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE1:UMenuPlayerMeshClient (UT)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UWindowBase >> UWindowWindow >> UWindowClientWindow >> UWindowDialogClientWindow >> UMenuDialogClientWindow >> UMenuPlayerMeshClient |
Contents
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. |
null
Properties[edit]
bFace[edit]
Type: bool
BodyText[edit]
Type: string
Modifiers: localized
Default value: "Body"
bRotate[edit]
Type: bool
bTween[edit]
Type: bool
CenterButton[edit]
Type: UWindowButton
CenterRotator[edit]
Type: Object.Rotator
FaceButton[edit]
Type: UWindowSmallButton
FaceText[edit]
Type: string
Modifiers: localized
Default value: "Face"
LeftButton[edit]
Type: UWindowButton
MeshActor[edit]
Type: MeshActor
RightButton[edit]
Type: UWindowButton
ViewRotator[edit]
Type: Object.Rotator
Instance functions[edit]
AnimEnd[edit]
function AnimEnd (MeshActor MyMesh)
BeforePaint[edit]
Overrides: UWindowWindow.BeforePaint
ClearSkins[edit]
function ClearSkins ()
Close[edit]
function Close (optional bool bByParent)
Overrides: UWindowClientWindow.Close
Created[edit]
function Created ()
Overrides: UWindowWindow.Created
FacePressed[edit]
function FacePressed ()
LeftPressed[edit]
function LeftPressed ()
Notify[edit]
function Notify (UWindowDialogControl C, byte E)
Overrides: UMenuDialogClientWindow.Notify
Paint[edit]
Overrides: UWindowDialogClientWindow.Paint
Resized[edit]
function Resized ()
Overrides: UWindowWindow.Resized
RightPressed[edit]
function RightPressed ()
SetMesh[edit]
function SetMesh (Mesh NewMesh)
SetMeshString[edit]
function SetMeshString (string NewMesh)
SetNoAnimMesh[edit]
function SetNoAnimMesh (Mesh NewMesh)
SetNoAnimMeshString[edit]
function SetNoAnimMeshString (string NewMesh)
SetSkin[edit]
function SetSkin (Texture NewSkin)
Tick[edit]
function Tick (float Delta)
Overrides: UWindowWindow.Tick