Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
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 | |
---|---|
bool | bIsDisabled |
string | ClassPathName |
string | FriendlyName |
string | WeaponDescription |
Inherited Variables from Engine.UIResourceDataProvider |
---|
bDataBindingPropertiesOnly, bSkipDuringEnumeration |
Inherited Variables from Engine.UIPropertyDataProvider |
---|
ComplexPropertyTypes |
Functions Summary | ||
---|---|---|
![]() | bool | IsProviderDisabled ())) |
Inherited Functions from Engine.UIResourceDataProvider |
---|
InitializeProvider |
Inherited Functions from Engine.UIPropertyDataProvider |
---|
GetCustomPropertyValue |
Variables Detail |
---|
Functions Detail |
---|
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 | UnrealScript Documentation |
previous class next class | frames no frames |