I'm a doctor, not a mechanic
UE3:UIResourceDataProvider (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UIRoot >> UIDataProvider >> UIPropertyDataProvider >> UIResourceDataProvider |
Contents
- Package:
- Engine
- Implemented interfaces:
- UIListElementCellProvider
- Direct subclasses:
- UIGameInfoSummary, UTUIResourceDataProvider
- This class in other games:
- UDK
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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).