The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE3:UIResourceDataProvider (UT3)

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

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT3 Object >> UIRoot >> UIDataProvider >> UIPropertyDataProvider >> UIResourceDataProvider
Package: 
Engine
Implemented interfaces
UIListElementCellProvider
Direct subclasses:
UIGameInfoSummary, UTUIResourceDataProvider
This class in other games:
UDK

Base class for data providers which provide data for static game resources.

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

Events[edit]

IsProviderDisabled[edit]

event bool IsProviderDisabled ()

Allows a resource data provider instance to indicate that it should be unselectable in subscribed lists

Returns:

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).