Gah - a solution with more questions. – EntropicLqd

UE3:UIWeaponSummary (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 12:47, 6 November 2009 by (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Package: 
Engine
Implemented interfaces
UIListElementCellProvider, UIListElementProvider

Provides information about the static resources associated with a single weapon class.

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

Properties[edit]

bIsDisabled[edit]

Type: bool

Modifiers: config


ClassPathName[edit]

Type: string

Modifiers: config


FriendlyName[edit]

Type: string

Modifiers: config, localized


WeaponDescription[edit]

Type: string

Modifiers: config, localized


Events[edit]

IsProviderDisabled[edit]

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