Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Engine.UIAction_GetProgressBarValue

Extends
UIAction_GetValue

This action retrieves the current value of the progressbar which is the target of this action. Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.

Core.Object
|   
+-- Engine.SequenceObject
   |   
   +-- Engine.SequenceOp
      |   
      +-- Engine.SequenceAction
         |   
         +-- Engine.UIAction
            |   
            +-- Engine.UIAction_GetValue
               |   
               +-- Engine.UIAction_GetProgressBarValue

Variables Summary
floatValue
UIAction_GetProgressBarValue
boolbPercentageValue
Inherited Variables from Engine.UIAction
bAutoTargetOwner, GamepadID

Functions Summary
Inherited Functions from Engine.UIAction
GetOwner, GetOwnerScene, IsValidLevelSequenceObject, IsValidUISequenceObject


Variables Detail

Value Source code

var float Value;
Value that will be set by the UIProgressBar handler

UIAction_GetProgressBarValue

bPercentageValue Source code

var(UIAction_GetProgressBarValue) bool bPercentageValue;
Specifies whether the output value will be returned as a percentage of total progressbar range


Defaultproperties

defaultproperties
{
   VariableLinks(3)=(ExpectedType=Class'Engine.SeqVar_Float',LinkDesc="Value",PropertyName="Value",bWriteable=True,MinVars=1,MaxVars=255)
   ObjName="Get ProgressBar Value"
   Name="Default__UIAction_GetProgressBarValue"
   ObjectArchetype=UIAction_GetValue'Engine.Default__UIAction_GetValue'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 18-3-2018 10:00:45.952 - Created with UnCodeX