The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE3:UIAction_SetListIndex (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> SequenceObject >> SequenceOp >> SequenceAction >> UIAction >> UIAction_SetValue >> UIAction_SetListIndex
Package: 
Engine

This action allows designers to change the index of a UIList.

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

Properties

Property group 'UIAction_SetListIndex'

bActivateListChangeEvent

Type: bool

whether the list should activate the ListIndexChanged event

Default value: True

bClampInvalidValues

Type: bool

whether to clamp invalid index values

Default value: True

NewIndex

Type: int

the index to change the list to

Default value: -1

Default values

Property Value
bAutoActivateOutputLinks False
ObjName "Set List Index"
OutputLinks[0]
Member Value
LinkDesc "Success"
OutputLinks[1]
Member Value
LinkDesc "Failed"
VariableLinks[3]
Member Value
ExpectedType Class'Engine.SeqVar_Int'
LinkDesc "New Index"
MaxVars 255
MinVars 1
PropertyName 'NewIndex'