- Extends
- ZoneInfo
- Modifiers
- native config ( game ) hidecategories ( Actor , Advanced , Display , Events , Object , Attachment ) nativereplication notplaceable dependson ( PostProcessEffect ) dependson ( MusicTrackDataStructures )
WorldInfo
Actor containing all script accessible world properties.
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- Engine.ZoneInfo
|
+-- Engine.WorldInfo
Enumerations Summary |
EConsoleType CONSOLE_Any,
CONSOLE_Xbox360,
CONSOLE_PS3,
|
ENetMode NM_Standalone,
NM_DedicatedServer,
NM_ListenServer,
NM_Client |
Structures Summary |
CompartmentRunList RigidBody, Fluid, Cloth, SoftBody |
NetViewer InViewer, Viewer, ViewLocation, ViewDir |
PhysXSceneTimings PrimarySceneTiming, CompartmentTimingRigidBody, CompartmentTimingFluid, CompartmentTimingCloth, CompartmentTimingSoftBody |
PhysXTiming bFixedTimeStep, TimeStep, MaxSubSteps |
Functions Summary |
 | | AllControllers (class<Controller> BaseClass, out Controller C)
|
 | | AllNavigationPoints (class<NavigationPoint> BaseClass, out NavigationPoint N)
|
 | | AllPawns (class<Pawn> BaseClass, out Pawn P, optional vector TestLocation, optional float TestRadius)
|
 | | CommitMapChange (optional bool bShouldSkipLevelStartupEvent=FALSE, ptional bool bShouldSkipLevelBeginningEvent=FALSE)
|
 | | ForceGarbageCollection ()
|
 | string | GetAddressURL () con)
|
 | EDetailMode | GetDetailMode ()
|
 | class<GameInfo> | GetGameClass ()))
|
 | Sequence | GetGameSequence () con)
|
 | float | GetGravityZ ()
|
 | string | GetLocalURL () con)
|
 | MapInfo | GetMapInfo ()
|
 | string | GetMapName (optional bool bIncludePrefix)
|
 | bool | IsConsoleBuild (optional EConsoleType ConsoleType) con)
|
 | bool | IsDemoBuild () con)
|
 | bool | IsInSeamlessTravel ()
|
 | bool | IsMapChangeReady ()
|
 | bool | IsPlayInEditor () con)
|
 | bool | IsPreparingMapChange ()
|
 | bool | IsRecordingDemo ()
|
 | bool | IsServer ()))
|
 | bool | MapExists (string MapName)
|
 | | NavigationPointCheck (vector Point, vector Extent, optional out array<NavigationPoint> Navs, optional out array<ReachSpec> Specs)
|
 | | NotifyMatchStarted (optional bool bShouldActivateLevelStartupEvents=true, optional bool bShouldActivateLevelBeginningEvents=true, optional bool bShouldActivateLevelLoadedEvents=false)
|
 | | PostBeginPlay ()))
|
 | | PreBeginPlay ()))
|
 | | PrepareMapChange (const out array<name> LevelNames)
|
 | | RadiusNavigationPoints (class<NavigationPoint> BaseClass, out NavigationPoint N, vector Point, float Radius)
|
 | | Reset ()))
|
 | | SeamlessTravel (string URL, optional bool bAbsolute)
|
 | | ServerTravel (string URL, optional bool bAbsolute))
|
 | | SetLevelRBGravity (vector NewGrav)
|
 | | SetMapInfo (MapInfo NewMapInfo)
|
 | | SetSeamlessTravelMidpointPause (bool bNowPaused)
|
 | | ThisIsNeverExecuted (DefaultPhysicsVolume P))
|
 | | TravelFailed (string TravelURL, string Error, optional string ErrorCode))
|
 | | VerifyNavList ()
|
var float AudioTimeSeconds;
var transient bool bAggressiveLOD;
var bool bBegunPlay;
var transient bool bDropDetail;
var bool bHasPathNodes;
var bool bHighPriorityLoading;
bHighPriorityLoadingLocal Source code
var bool bHighPriorityLoadingLocal;
var bool bMapHasPathingErrors;
bMapNeedsLightingFullyRebuilt Source code
var bool bMapNeedsLightingFullyRebuilt;
var bool bPathsRebuilt;
var bool bPlayersOnly;
bRequestedBlockOnAsyncLoading Source code
var bool bRequestedBlockOnAsyncLoading;
var bool bStartup;
var transient bool bUseConsoleInput;
var bool bWithinDemoPlayback;
var const transient array<name> CommittedLevelNames;
var string ComputerName;
var globalconfig string DecalManagerClassPath;
var const globalconfig float DefaultGravityZ;
var array<string> DeferredExecs;
var transient const float DeltaSeconds;
var float DemoPlayTimeDilation;
var globalconfig string EmitterPoolClassPath;
var string EngineVersion;
HighestPriorityPostProcessVolume Source code
HighestPriorityReverbVolume Source code
var const noimport
transient ReverbVolume HighestPriorityReverbVolume;
var string LastTravelErrorCode;
var string LastTravelErrorURL;
var string MinNetVersion;
var float MoveRepSize;
var float NextSwitchCountdown;
var string NextURL;
var float PauseDelay;
var const noimport
transient array<
PortalVolume> PortalVolumes;
var const transient array<name> PreparingLevelNames;
RBPhysicsGravityScaling Source code
var globalconfig float RBPhysicsGravityScaling;
var float RealTimeSeconds;
var float RealTimeToUnPause;
var const array<
NetViewer> ReplicationViewers;
var transient string SelectedGroups;
var float TimeDilation;
var float TimeSeconds;
var string VisibleGroups;
var transient float WorldGravityZ;
Editor
Physics
var(Physics) editconst bool bPrimarySceneHW;
bSupportDoubleBufferedPhysics Source code
var(Physics) editconst bool bSupportDoubleBufferedPhysics;
var(Physics) editconst float MaxPhysicsDeltaTime;
WorldInfo
bNoDefaultInventoryForPlayer Source code
var(
WorldInfo)
bool bNoDefaultInventoryForPlayer;
DefaultPostProcessSettings Source code
GameTypesSupportedOnThisMap Source code
PackedLightAndShadowMapTextureSize Source code
var(
WorldInfo)
int PackedLightAndShadowMapTextureSize;
var(
WorldInfo) config
float SquintModeKernelSize;
enum
EConsoleType
{
CONSOLE_Any,
CONSOLE_Xbox360,
CONSOLE_PS3,
};
enum
ENetMode
{
NM_Standalone,
NM_DedicatedServer,
NM_ListenServer,
NM_Client
};
native final iterator
function AllPawns (
class<
Pawn> BaseClass, out
Pawn P, optional
vector TestLocation, optional
float TestRadius )
native final function CommitMapChange ( optional bool bShouldSkipLevelStartupEvent=FALSE,optional bool bShouldSkipLevelBeginningEvent=FALSE )
ForceGarbageCollection Source code
native simulated final function ForceGarbageCollection ( )
native simulated const function string GetAddressURL ( ) con )
simulated
function class<
GameInfo> GetGameClass ( ) )
native final const
function Sequence GetGameSequence ( ) con )
native function float GetGravityZ ( )
native simulated const function string GetLocalURL ( ) con )
native final
function MapInfo GetMapInfo ( )
native final function string GetMapName ( optional bool bIncludePrefix )
native simulated static final const
function bool IsConsoleBuild ( optional
EConsoleType ConsoleType) con )
native simulated static final const function bool IsDemoBuild ( ) con )
native final function bool IsInSeamlessTravel ( )
native final function bool IsMapChangeReady ( )
native simulated static final const function bool IsPlayInEditor ( ) con )
native final function bool IsPreparingMapChange ( )
native final function bool IsRecordingDemo ( )
final function bool IsServer ( ) )
native static final function bool MapExists ( string MapName )
native final function NotifyMatchStarted ( optional bool bShouldActivateLevelStartupEvents=true, optional bool bShouldActivateLevelBeginningEvents=true, optional bool bShouldActivateLevelLoadedEvents=false )
simulated function PostBeginPlay ( ) )
simulated function PreBeginPlay ( ) )
native final function PrepareMapChange ( const out array<name> LevelNames )
RadiusNavigationPoints Source code
function Reset ( ) )
native final
function SeamlessTravel (
string URL, optional
bool bAbsolute )
event ServerTravel (
string URL, optional
bool bAbsolute) )
native final
function SetLevelRBGravity (
vector NewGrav )
native final
function SetMapInfo (
MapInfo NewMapInfo )
SetSeamlessTravelMidpointPause Source code
native final function SetSeamlessTravelMidpointPause ( bool bNowPaused )
simulated event TravelFailed ( string TravelURL, string Error, optional string ErrorCode) )
native simulated final function VerifyNavList ( )
defaultproperties
{
DefaultPostProcessSettings=(bEnableBloom=True,bEnableSceneEffect=True,Bloom_Scale=0.200000,Bloom_InterpolationDuration=1.000000,DOF_FalloffExponent=4.000000,DOF_BlurKernelSize=12.000000,DOF_MaxFarBlurAmount=1.000000,DOF_ModulateBlurColor=(B=255,G=255,R=255,A=255),DOF_FocusInnerRadius=2000.000000,DOF_InterpolationDuration=1.000000,MotionBlur_MaxVelocity=1.000000,MotionBlur_Amount=0.500000,MotionBlur_FullMotionBlur=True,MotionBlur_CameraRotationThreshold=45.000000,MotionBlur_CameraTranslationThreshold=10000.000000,MotionBlur_InterpolationDuration=1.000000,Scene_HighLights=(X=1.000000,Y=1.000000,Z=1.000000),Scene_MidTones=(X=1.000000,Y=1.000000,Z=1.000000),Scene_InterpolationDuration=1.000000)
SquintModeKernelSize=128.000000
DefaultReverbSettings=(Volume=0.500000,FadeTime=2.000000)
TimeDilation=1.000000
DemoPlayTimeDilation=1.000000
VisibleGroups="None"
DefaultTexture=Texture2D'EngineResources.DefaultTexture'
WhiteSquareTexture=Texture2D'EngineResources.WhiteSquareTexture'
LargeVertex=Texture2D'EngineResources.LargeVertex'
BSPVertex=Texture2D'EngineResources.BSPVertex'
StallZ=1000000.000000
DefaultGravityZ=-520.000000
RBPhysicsGravityScaling=2.000000
MoveRepSize=42.000000
PackedLightAndShadowMapTextureSize=1024
DefaultColorScale=(X=1.000000,Y=1.000000,Z=1.000000)
LastMusicTrack=(Params=(FadeInTime=5.000000,FadeInVolumeLevel=1.000000,FadeOutTime=5.000000))
EmitterPoolClassPath="UTGame.UTEmitterPool"
DecalManagerClassPath="UTGame.UTDecalManager"
MaxPhysicsDeltaTime=0.333333
PhysicsTimings=(PrimarySceneTiming=(TimeStep=0.020000,MaxSubSteps=5),CompartmentTimingRigidBody=(TimeStep=0.020000,MaxSubSteps=2),CompartmentTimingFluid=(TimeStep=0.020000,MaxSubSteps=1),CompartmentTimingCloth=(bFixedTimeStep=True,TimeStep=0.020000,MaxSubSteps=2),CompartmentTimingSoftBody=(bFixedTimeStep=True,TimeStep=0.020000,MaxSubSteps=2))
RemoteRole=ROLE_SimulatedProxy
bWorldGeometry=True
bAlwaysRelevant=True
bBlockActors=True
bHiddenEd=True
Name="Default__WorldInfo"
ObjectArchetype=ZoneInfo'Engine.Default__ZoneInfo'
}
|
Creation time: sk 18-3-2018 10:01:03.272 - Created with
UnCodeX