There is no spoon
UE3:UTUIList (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UIRoot >> UIScreenObject >> UIObject >> UIList >> UTUIList |
- Package:
- UTGame
- Implemented interfaces:
- UIDataStorePublisher
- This class in other games:
- UT3
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. |
Extended version of UIList for UT3.
Properties[edit]
bAllowSaving[edit]
Type: bool
Modifiers: transient
Whether or not this list should be able to save out to its dataprovider.
Default values[edit]
Property | Value |
---|---|
Children[0] | UIScrollbar'UTGame.Default__UTUIList:VertScrollbarTemplate' |
VerticalScrollbar | UIScrollbar'UTGame.Default__UTUIList:VertScrollbarTemplate' |
Subobjects[edit]
ListPresentationComponent[edit]
Class: Engine.UIComp_ListPresenter
Inherits from: UIList.ListPresentationComponent
Property | Value |
---|---|
ListItemOverlay[0] | UITexture'UTGame.Default__UTUIList:ListPresentationComponent.NormalOverlayTemplate' |
ListItemOverlay[1] | UITexture'UTGame.Default__UTUIList:ListPresentationComponent.ActiveOverlayTemplate' |
ListItemOverlay[2] | UITexture'UTGame.Default__UTUIList:ListPresentationComponent.SelectionOverlayTemplate' |
ListItemOverlay[3] | UITexture'UTGame.Default__UTUIList:ListPresentationComponent.HoverOverlayTemplate' |
WidgetEventComponent[edit]
Class: Engine.UIComp_Event
Inherits from: UIList.WidgetEventComponent
Property | Value |
---|---|
DisabledEventAliases[0] | 'NavFocusUp' |
DisabledEventAliases[1] | 'NavFocusDown' |
Native functions[edit]
SaveSubscriberValue[edit]
native virtual function bool SaveSubscriberValue (out array<UIDataStore> out_BoundDataStores, optional int BindingIndex)
Overrides: UIList.SaveSubscriberValue
Specified by: UIDataStorePublisher.SaveSubscriberValue
Resolves this subscriber's data store binding and publishes this subscriber's value to the appropriate data store.
Parameters:
- out_BoundDataStores - contains the array of data stores that widgets have saved values to. Each widget that implements this method should add its resolved data store to this array after data values have been published. Once SaveSubscriberValue has been called on all widgets in a scene, OnCommit will be called on all data stores in this array.
- BindingIndex - optional parameter for indicating which data store binding is being requested for those objects which have multiple data store bindings. How this parameter is used is up to the class which implements this interface, but typically the "primary" data store will be index 0.
Returns:
- TRUE if the value was successfully published to the data store.