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

Engine.GameInfoDataProvider

Extends
UIDynamicDataProvider
Modifiers
native ( inherit )

Provides information about the current game. Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.

Core.Object
|   
+-- Engine.UIRoot
   |   
   +-- Engine.UIDataProvider
      |   
      +-- Engine.UIPropertyDataProvider
         |   
         +-- Engine.UIDynamicDataProvider
            |   
            +-- Engine.GameInfoDataProvider

Variables Summary
GameReplicationInfoGameDataSource
Inherited Variables from Engine.UIDynamicDataProvider
DataClass, DataSource
Inherited Variables from Engine.UIPropertyDataProvider
ComplexPropertyTypes

Functions Summary
event ProviderInstanceBound (Object DataSourceInstance ))
Inherited Functions from Engine.UIDynamicDataProvider
BindProviderInstance, CleanupDataProvider, GetDataSource, IsValidDataSourceClass, ProviderInstanceBound, ProviderInstanceUnbound, UnbindProviderInstance
Inherited Functions from Engine.UIPropertyDataProvider
GetCustomPropertyValue


Variables Detail

GameDataSource Source code

var GameReplicationInfo GameDataSource;


Functions Detail

ProviderInstanceBound Source code

event ProviderInstanceBound ( Object DataSourceInstance ) )
Called once BindProviderInstance has successfully verified that DataSourceInstance is of the correct type. Stores the reference in the GameDataSource variable.


Defaultproperties

defaultproperties
{
   DataClass=Class'Engine.GameReplicationInfo'
   Name="Default__GameInfoDataProvider"
   ObjectArchetype=UIDynamicDataProvider'Engine.Default__UIDynamicDataProvider'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 18-3-2018 10:00:37.035 - Created with UnCodeX