| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Changes the current value of a UIProgressBar Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object
|
+-- Engine.SequenceObject
|
+-- Engine.SequenceOp
|
+-- Engine.SequenceAction
|
+-- Engine.UIAction
|
+-- Engine.UIAction_SetValue
|
+-- Engine.UIAction_SetProgressBarValue
| Variables Summary | |
|---|---|
| UIAction_SetProgressBarValue | |
| bool | bPercentageValue |
| float | NewValue |
| Inherited Variables from Engine.UIAction |
|---|
| bAutoTargetOwner, GamepadID |
| Functions Summary |
|---|
| Inherited Functions from Engine.UIAction |
|---|
| GetOwner, GetOwnerScene, IsValidLevelSequenceObject, IsValidUISequenceObject |
| Variables Detail |
|---|
Specifies whether the NewValue should be treated as a precentage
Specifies new progressbar value
| Defaultproperties |
|---|
defaultproperties
{
VariableLinks(3)=(ExpectedType=Class'Engine.SeqVar_Float',LinkDesc="New Value",PropertyName="NewValue",MinVars=1,MaxVars=255)
ObjName="Set ProgressBar Value"
Name="Default__UIAction_SetProgressBarValue"
ObjectArchetype=UIAction_SetValue'Engine.Default__UIAction_SetValue'
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||