UE3:UIWeaponSummary (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
![]() |
Object >> UIRoot >> UIDataProvider >> UIPropertyDataProvider >> UIResourceDataProvider >> UIWeaponSummary |
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. |
Provides information about the static resources associated with a single weapon class.
Copyright 1998-2009 Epic Games, Inc. All Rights Reserved
Properties
bIsDisabled
Type: bool
Modifiers: config
ClassPathName
Type: string
Modifiers: config
FriendlyName
Type: string
Modifiers: config, localized
WeaponDescription
Type: string
Modifiers: config, localized
Events
IsProviderDisabled
event bool IsProviderDisabled ()
Overrides: UIDataProvider.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).