I'm a doctor, not a mechanic

UE3:UIResourceDataProvider (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
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).