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

UE3:SeqAct_PrepareMapChange (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> SequenceObject >> SequenceOp >> SequenceAction >> SeqAct_Latent >> SeqAct_PrepareMapChange
Package: 
Engine
This class in other games:
UDK

SeqAct_PrepareMapChange

Kismet action exposing kicking off async map changes

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

Properties

Property group 'SeqAct_PrepareMapChange'

bIsHighPriority

Type: bool

If this is TRUE, then a much larger time slice will be given to the loading code (useful for loading during a movie, etc)

InitiallyLoadedSecondaryLevelNames

Type: array<name>

Additional secondary levels that should be pre-loaded before the switcheroo.

MainLevelName

Type: name

The main level that should be transitioned to.

Default values

Property Value
InputLinks[0]
Member Value
LinkDesc "PrepareLoad"
ObjCategory "Level"
ObjName "Prepare Map Change"