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

UE3:SeqEvent_LevelBeginning (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 12:47, 6 November 2009 by (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UDK Object >> SequenceObject >> SequenceOp >> SequenceEvent >> SeqEvent_LevelBeginning

Contents

Package: 
Engine
This class in other games:
UT3

Event which is activated by the engine when the level starts at the beginning and can be NOT activated by the gameplay code if, for instance, you are loading a savegame in the middle of the level and don't want beginning of map actions to happen. Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

Default values[edit]

Property Value
bPlayerOnly False
ObjName "Level Beginning"