There is no spoon

UE3:UTSeqAct_TimedTutorialMsg (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> SequenceObject >> SequenceOp >> SequenceAction >> UTSeqAct_TimedTutorialMsg
Package: 
UTGame

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

Properties

Property group 'UTSeqAct_TimedTutorialMsg'

bFireAndForget

Type: bool

True if the sequence should complete instantly; otherwise it finishes after the number of seconds specified in Duration

Default value: True

Duration

Type: float

Number of seconds to display the tutorial message

Default value: 5.0

TutorialMessage

Type: string

Markup tutorial message to display

Internal variables

bFinished

Type: bool

Modifiers: transient


Scene

Type: UTUIScene_TimedTutorialMessage

Modifiers: transient


TimeSinceCreated

Type: float

Modifiers: transient

Transient: Number of seconds we've been alive.

Default values

Property Value
bAutoActivateOutputLinks False
bCallHandler False
bLatentExecution True
ObjCategory "Tutorials"
ObjName "Timed Tutorial Message"
OutputLinks[0]
Member Value
LinkDesc "Success"

Functions

Native functions

GetFirstLocalPlayer

native final function LocalPlayer GetFirstLocalPlayer ()

Set the local player value on the scene.

Events

Activated

event Activated ()

Overrides: SequenceOp.Activated

Called when this event is activated.

CloseSceneAndDie

event CloseSceneAndDie ()


IsValidLevelSequenceObject

event bool IsValidLevelSequenceObject ()

Overrides: SequenceObject.IsValidLevelSequenceObject

Determines whether this class should be displayed in the list of available ops in the level kismet editor.

Returns:

TRUE if this sequence object should be available for use in the level kismet editor

Other instance functions

OnSceneDeactivated

function OnSceneDeactivated (UIScene DeactivatedScene)