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

UE3:UTUIScene_TutorialMessage (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 01:26, 26 July 2008 by Wormbo (Talk | contribs) (1 revision)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT3 Object >> UIRoot >> UIScreenObject >> UIScene >> UTUIScene >> UTUIScene_TutorialMessage
Package: 
UTGame

Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.

Properties[edit]

bFinished[edit]

Type: bool

Modifiers: transient


MessageText[edit]

Type: UILabel

Modifiers: transient


OnTime[edit]

Type: float

Modifiers: transient


Default values[edit]

Property Value
bAlwaysRenderScene True
bDisplayCursor False
bPauseGameWhileActive False
SceneRenderMode SPLITRENDER_Fullscreen

Subobjects[edit]

SceneEventComponent[edit]

Class: Engine.UIComp_Event

Inherits from: UTUIScene.SceneEventComponent

No new values.

Functions[edit]

Events[edit]

PostInitialize[edit]

event PostInitialize ()

Overrides: UIScreenObject.PostInitialize

Called after this screen object's children have been initialized

Other instance functions[edit]

AnimEnd[edit]

function AnimEnd (UIObject AnimTarget, int AnimIndex, UIAnimationSeq AnimSeq)

Overrides: UTUIScene.AnimEnd

Called when an animation on this scene has finished.

FlushInput[edit]

function FlushInput ()


HandleInputKey[edit]

function bool HandleInputKey (const out UIRoot.InputEventParameters EventParms)


SetValue[edit]

function SetValue (string Text)