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

UE3:UIAction_Scene (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT3 Object >> SequenceObject >> SequenceOp >> SequenceAction >> UIAction >> UIAction_Scene
Package: 
Engine
Direct subclasses:
UIAction_CloseScene, UIAction_OpenScene
This class in other games:
UDK

Base class for all actions that manipulate scenes.

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

Properties[edit]

Property group 'UIAction_Scene'[edit]

Scene[edit]

Type: UIScene

the scene that this action will manipulate

Default values[edit]

Property Value
bAutoActivateOutputLinks False
bCallHandler False
OutputLinks[0]
Member Value
LinkDesc "Success"
OutputLinks[1]
Member Value
LinkDesc "Failed"
VariableLinks[0]
Member Value
LinkDesc "Scene"
PropertyName 'Scene'

Events[edit]

IsValidLevelSequenceObject[edit]

event bool IsValidLevelSequenceObject ()

Overrides: UIAction.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