Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Base class for data providers which provide data for static game resources. Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object | +-- Engine.UIRoot | +-- Engine.UIDataProvider | +-- Engine.UIPropertyDataProvider | +-- Engine.UIResourceDataProvider
UIGameInfoSummary, UTUIResourceDataProvider
Variables Summary |
---|
Inherited Variables from Engine.UIPropertyDataProvider |
---|
ComplexPropertyTypes |
Inherited Variables from Engine.UIDataProvider |
---|
ProviderChangedNotifies, WriteAccessType |
Enumerations Summary |
---|
Inherited Enumerations from Engine.UIDataProvider |
---|
EProviderAccessType |
Structures Summary |
---|
Inherited Structures from Engine.UIDataProvider |
---|
UIDataProviderField |
Functions Summary | ||
---|---|---|
![]() | bool | IsProviderDisabled () |
Inherited Functions from Engine.UIPropertyDataProvider |
---|
GetCustomPropertyValue |
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 { Name="Default__UIResourceDataProvider" ObjectArchetype=UIPropertyDataProvider'Engine.Default__UIPropertyDataProvider' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |