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

Engine.UIAction_SetDatafieldValue

Extends
UIAction_DataStoreField
Modifiers
native ( inherit )

This class allows designers to change the value of a data field in a data store. Whichever object Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.

Core.Object
|   
+-- Engine.SequenceObject
   |   
   +-- Engine.SequenceOp
      |   
      +-- Engine.SequenceAction
         |   
         +-- Engine.UIAction
            |   
            +-- Engine.UIAction_DataStore
               |   
               +-- Engine.UIAction_DataStoreField
                  |   
                  +-- Engine.UIAction_SetDatafieldValue

Variables Summary
UIAction_SetDatafieldValue
boolbCommitValueImmediately
array<int>DataFieldArrayValue
SurfaceDataFieldImageValue
UIRoot.UIRangeDataDataFieldRangeValue
stringDataFieldStringValue
Inherited Variables from Engine.UIAction_DataStoreField
DataFieldMarkupString, TargetScene
Inherited Variables from Engine.UIAction_DataStore
BindingIndex


Variables Detail

UIAction_SetDatafieldValue

bCommitValueImmediately Source code

var(UIAction_SetDatafieldValue) bool bCommitValueImmediately;
If TRUE, immediately calls Commit on the owning data store.

DataFieldArrayValue Source code

var(UIAction_SetDatafieldValue) array<int> DataFieldArrayValue;
The value of the specified field in the resolved data provider, if the datafield's value corresponds to a collection.

DataFieldImageValue Source code

var(UIAction_SetDatafieldValue) Surface DataFieldImageValue;
The value of the specified field in the resolved data provider, if the datafield's value corresponds to an image.

DataFieldRangeValue Source code

var(UIAction_SetDatafieldValue) UIRoot.UIRangeData DataFieldRangeValue;
The value of the specified field in the resolved data provider, if the datafield's value corresponds to a range value.

DataFieldStringValue Source code

var(UIAction_SetDatafieldValue) string DataFieldStringValue;
The value of the specified field in the resolved data provider, if the datafield's value corresponds to a string.


Defaultproperties

defaultproperties
{
   OutputLinks(1)=(LinkDesc="Success")
   VariableLinks(4)=(ExpectedType=Class'Engine.SeqVar_String',LinkDesc="String Value",PropertyName="DataFieldStringValue",MinVars=1,MaxVars=1)
   VariableLinks(5)=(ExpectedType=Class'Engine.SeqVar_Object',LinkDesc="Image Value",PropertyName="DataFieldImageValue",MinVars=1,MaxVars=1)
   VariableLinks(6)=(ExpectedType=Class'Engine.SeqVar_UIRange',LinkDesc="Range Value",PropertyName="DataFieldRangeValue",MinVars=1,MaxVars=1)
   ObjClassVersion=5
   ObjName="Set Datastore Value"
   Name="Default__UIAction_SetDatafieldValue"
   ObjectArchetype=UIAction_DataStoreField'Engine.Default__UIAction_DataStoreField'
}

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