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

Engine.UIWeaponSummary

Extends
UIResourceDataProvider
Modifiers
PerObjectConfig Config ( Game )

Provides information about the static resources associated with a single weapon class. Copyright 1998-2011 Epic Games, Inc. All Rights Reserved.

Core.Object
|   
+-- Engine.UIRoot
   |   
   +-- Engine.UIDataProvider
      |   
      +-- Engine.UIPropertyDataProvider
         |   
         +-- Engine.UIResourceDataProvider
            |   
            +-- Engine.UIWeaponSummary

Variables Summary
boolbIsDisabled
stringClassPathName
stringFriendlyName
stringWeaponDescription
Inherited Variables from Engine.UIResourceDataProvider
bDataBindingPropertiesOnly, bSkipDuringEnumeration
Inherited Variables from Engine.UIPropertyDataProvider
ComplexPropertyTypes

Functions Summary
eventbool IsProviderDisabled ()))
Inherited Functions from Engine.UIResourceDataProvider
InitializeProvider
Inherited Functions from Engine.UIPropertyDataProvider
GetCustomPropertyValue


Variables Detail

bIsDisabled Source code

var config bool bIsDisabled;

ClassPathName Source code

var config string ClassPathName;

FriendlyName Source code

var config localized string FriendlyName;

WeaponDescription Source code

var config localized string WeaponDescription;


Functions Detail

IsProviderDisabled Source code

event bool IsProviderDisabled ( ) )
Allows a resource data provider instance to indicate that it should be unselectable in subscribed lists
@return FALSE to indicate that list elements which represent this data provider should be considered unselectable or otherwise disabled (though it will still appear in the list).


Defaultproperties

defaultproperties
{

}

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