Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Engine.SeqAct_LevelStreaming

Extends
SeqAct_LevelStreamingBase
Modifiers
native ( Sequence )

SeqAct_LevelStreaming Kismet action exposing loading and unloading of levels. Copyright 1998-2011 Epic Games, Inc. All Rights Reserved.

Core.Object
|   
+-- Engine.SequenceObject
   |   
   +-- Engine.SequenceOp
      |   
      +-- Engine.SequenceAction
         |   
         +-- Engine.SeqAct_Latent
            |   
            +-- Engine.SeqAct_LevelStreamingBase
               |   
               +-- Engine.SeqAct_LevelStreaming

Variables Summary
boolbStatusIsOk
LevelStreamingLevel
SeqAct_LevelStreaming
NameLevelName
Inherited Variables from Engine.SeqAct_LevelStreamingBase
bMakeVisibleAfterLoad, bShouldBlockOnLoad
Inherited Variables from Engine.SeqAct_Latent
bAborted, LatentActors

Functions Summary
Inherited Functions from Engine.SeqAct_Latent
AbortFor, Update


Variables Detail

bStatusIsOk Source code

var transient bool bStatusIsOk;

Level Source code

var const LevelStreaming Level;
LevelStreaming object that is going to be loaded/ unloaded on request

SeqAct_LevelStreaming

LevelName Source code

var(SeqAct_LevelStreaming) const Name LevelName<autocomment=true>;
LevelStreaming object name


Defaultproperties

defaultproperties
{
	ObjName="Stream Level"
	bSuppressAutoComment=false
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: ti 22-3-2011 19:56:56.194 - Created with UnCodeX