| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Provides data about a powerup currently in inventory. Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object
|
+-- Engine.UIRoot
|
+-- Engine.UIDataProvider
|
+-- Engine.UIPropertyDataProvider
|
+-- Engine.UIDynamicDataProvider
|
+-- Engine.InventoryDataProvider
|
+-- Engine.PowerupDataProvider
| Variables Summary |
|---|
| Inherited Variables from Engine.UIDynamicDataProvider |
|---|
| DataClass, DataSource |
| Functions Summary | ||
|---|---|---|
![]() | bool | IsValidDataSourceClass (class PotentialDataSourceClass )) |
| Functions Detail |
|---|
IsValidDataSourceClass Source codeScript hook for preventing a particular child of DataClass from being represented by this dynamic data provider.
@param PotentialDataSourceClass a child class of DataClass that is being considered as a candidate for binding by this provider.
@return return FALSE to prevent PotentialDataSourceClass's properties from being added to the UI editor's list of bindable properties for this data provider; also prevents any instances of PotentialDataSourceClass from binding to this provider at runtime.
| Defaultproperties |
|---|
defaultproperties
{
DataClass=Class'Engine.Inventory'
Name="Default__PowerupDataProvider"
ObjectArchetype=InventoryDataProvider'Engine.Default__InventoryDataProvider'
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||