My program doesn't have bugs. It just develops random features.

UE3:PowerupDataProvider (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Package: 
Engine
This class in other games:
UDK

Provides data about a powerup currently in inventory.

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved

Default values[edit]

Property Value
DataClass Class'Engine.Inventory'

Events[edit]

IsValidDataSourceClass[edit]

event bool IsValidDataSourceClass (Class PotentialDataSourceClass)

Overrides: UIDynamicDataProvider.IsValidDataSourceClass

Script hook for preventing a particular child of DataClass from being represented by this dynamic data provider.

Parameters:

  • PotentialDataSourceClass - a child class of DataClass that is being considered as a candidate for binding by this provider.

Returns:

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.