Engine.UIDynamicFieldProvider
- Extends
- UIDataProvider
- Modifiers
- native ( inherit ) config ( UI ) PerObjectConfig nontransient
This data provider class allows adding and removing data fields at runtime.
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object
|
+-- Engine.UIRoot
|
+-- Engine.UIDataProvider
|
+-- Engine.UIDynamicFieldProvider
Inherited Contants from Engine.UIRoot |
ASPECTRATIO_Monitor, ASPECTRATIO_Normal, ASPECTRATIO_Widescreen, DEFAULT_SIZE_X, DEFAULT_SIZE_Y, MAX_SUPPORTED_GAMEPADS, PRIVATE_EditorNoDelete, PRIVATE_EditorNoRename, PRIVATE_EditorNoReparent, PRIVATE_KeepFocusedState, PRIVATE_ManagedStyle, PRIVATE_NotDockable, PRIVATE_NotEditorSelectable, PRIVATE_NotFocusable, PRIVATE_NotRotatable, PRIVATE_PropagateState, PRIVATE_Protected, PRIVATE_TreeHidden, PRIVATE_TreeHiddenRecursive, SCENE_DATASTORE_TAG, TEMP_SPLITSCREEN_INDEX |
Inherited Enumerations from Engine.UIRoot |
EColumnHeaderState, EMaterialAdjustmentType, ENavigationLinkType, EPositionEvalType, ERotationAnchor, EScreenInputMode, ESplitscreenRenderMode, ETextAutoScaleMode, ETextClipMode, EUIAlignment, EUIAspectRatioConstraint, EUIAutoSizeConstraintType, EUIDataProviderFieldType, EUIDefaultPenColor, EUIDockPaddingEvalType, EUIExtentEvalType, EUIListElementState, EUIOrientation, EUIWidgetFace |
Inherited Structures from Engine.UIRoot |
AutoSizeData, AutoSizePadding, DefaultEventSpecification, InputEventSubscription, InputKeyAction, PlayerInteractionData, RenderParameters, ScreenPositionRange, StateInputKeyAction, StyleReferenceId, STYLE_ID, TextAutoScaleValue, TextureCoordinates, UIAnchorPosition, UICombinedStyleData, UIDataStoreBinding, UIDockingNode, UIDockingSet, UIFocusPropagationData, UIImageAdjustmentData, UIImageStyleOverride, UIInputAliasClassMap, UIInputAliasMap, UIInputAliasStateMap, UIMouseBounds, UINavigationData, UIProviderFieldValue, UIProviderScriptFieldValue, UIRangeData, UIRenderingSubregion, UIRotation, UIScreenValue, UIScreenValue_AutoSizeRegion, UIScreenValue_Bounds, UIScreenValue_DockPadding, UIScreenValue_Extent, UIScreenValue_Position, UIStringCaretParameters, UIStringNodeModifier, UIStyleOverride, UIStyleReference, UIStyleSubscriberReference, UITextAttributes, UITextStyleOverride, WIDGET_ID |
Functions Summary |
 | bool | AddField (name FieldName, EUIDataProviderFieldType FieldType=DATATYPE_Property, optional bool bPersistent, optional out int out_InsertPosition)
|
 | bool | ClearCollectionValueArray (name FieldName, optional bool bPersistent, optional name CellTag)
|
 | bool | ClearFields (optional bool bReinitializeRuntimeFields=true)
|
 | int | FindCollectionValueIndex (name FieldName, out const string ValueToFind, optional bool bPersistent, optional name CellTag ) con)
|
 | int | FindFieldIndex (name FieldName, optional bool bSearchPersistentFields ) con)
|
 | bool | GetCollectionValue (name FieldName, int ValueIndex, out string out_Value, optional bool bPersistent, optional name CellTag ) con)
|
 | bool | GetCollectionValueArray (name FieldName, out array<string> out_DataValueArray, optional bool bPersistent, optional name CellTag)
|
 | bool | GetCollectionValueSchema (name FieldName, out array<name> out_CellTagArray, optional bool bPersistent)
|
 | bool | GetField (name FieldName, out UIProviderScriptFieldValue out_Field)
|
 | | InitializeRuntimeFields ()
|
 | bool | InsertCollectionValue (name FieldName, out const string NewValue, optional int InsertIndex=INDEX_NONE, optional bool bPersistent, optional bool bAllowDuplicateValues, optional name CellTag)
|
 | bool | RemoveCollectionValue (name FieldName, out const string ValueToRemove, optional bool bPersistent, optional name CellTag)
|
 | bool | RemoveCollectionValueByIndex (name FieldName, int ValueIndex, optional bool bPersistent, optional name CellTag)
|
 | bool | RemoveField (name FieldName)
|
 | bool | ReplaceCollectionValue (name FieldName, out const string CurrentValue, out const string NewValue, optional bool bPersistent, optional name CellTag)
|
 | bool | ReplaceCollectionValueByIndex (name FieldName, int ValueIndex, out const string NewValue, optional bool bPersistent, optional name CellTag)
|
 | | SavePersistentProviderData ()
|
 | bool | SetCollectionValueArray (name FieldName, out const array<string> CollectionValues, optional bool bClearExisting=true, optional int InsertIndex=INDEX_NONE, optional bool bPersistent, optional name CellTag)
|
 | bool | SetField (name FieldName, const out UIProviderScriptFieldValue FieldValue, optional bool bChangeExistingOnly=true)
|
Inherited Functions from Engine.UIRoot |
<, =, ConvertWidgetIDToString, GetCurrentUIController, GetCursorPosition, GetCursorSize, GetDataStoreFieldValue, GetDataStoreStringValue, GetFaceOrientation, GetPrimitiveTransform, GetSceneClient, IsConsole, SetDataStoreFieldValue, SetDataStoreStringValue, SetMouseCaptureOverride |
PersistentCollectionData Source code
var protected native const
Map_Mirror PersistentCollectionData;
var protected native const transient
Map_Mirror RuntimeCollectionData;
UIDynamicFieldProvider
native virtual final noexport
function bool AddField (
name FieldName,
EUIDataProviderFieldType FieldType=DATATYPE_Property, optional
bool bPersistent, optional out
int out_InsertPosition )
ClearCollectionValueArray Source code
native virtual final function bool ClearCollectionValueArray ( name FieldName, optional bool bPersistent, optional name CellTag )
native virtual final function bool ClearFields ( optional bool bReinitializeRuntimeFields=true )
FindCollectionValueIndex Source code
native virtual final const function int FindCollectionValueIndex ( name FieldName, out const string ValueToFind, optional bool bPersistent, optional name CellTag ) con )
native virtual final const function int FindFieldIndex ( name FieldName, optional bool bSearchPersistentFields ) con )
native virtual final const function bool GetCollectionValue ( name FieldName, int ValueIndex, out string out_Value, optional bool bPersistent, optional name CellTag ) con )
GetCollectionValueArray Source code
native virtual final function bool GetCollectionValueArray ( name FieldName, out array<string> out_DataValueArray, optional bool bPersistent, optional name CellTag )
GetCollectionValueSchema Source code
native virtual final function bool GetCollectionValueSchema ( name FieldName, out array<name> out_CellTagArray, optional bool bPersistent )
InitializeRuntimeFields Source code
native function InitializeRuntimeFields ( )
native virtual final function bool InsertCollectionValue ( name FieldName, out const string NewValue, optional int InsertIndex=INDEX_NONE,
optional bool bPersistent, optional bool bAllowDuplicateValues, optional name CellTag )
native virtual final function bool RemoveCollectionValue ( name FieldName, out const string ValueToRemove, optional bool bPersistent, optional name CellTag )
RemoveCollectionValueByIndex Source code
native virtual final function bool RemoveCollectionValueByIndex ( name FieldName, int ValueIndex, optional bool bPersistent, optional name CellTag )
native virtual final function bool RemoveField ( name FieldName )
ReplaceCollectionValue Source code
native virtual final function bool ReplaceCollectionValue ( name FieldName, out const string CurrentValue, out const string NewValue, optional bool bPersistent, optional name CellTag )
ReplaceCollectionValueByIndex Source code
native virtual final function bool ReplaceCollectionValueByIndex ( name FieldName, int ValueIndex, out const string NewValue, optional bool bPersistent, optional name CellTag )
SavePersistentProviderData Source code
native virtual final function SavePersistentProviderData ( )
SetCollectionValueArray Source code
native virtual final function bool SetCollectionValueArray ( name FieldName, out const array<string> CollectionValues, optional bool bClearExisting=true,
optional int InsertIndex=INDEX_NONE, optional bool bPersistent, optional name CellTag )
native virtual final noexport
function bool SetField (
name FieldName, const out
UIProviderScriptFieldValue FieldValue, optional
bool bChangeExistingOnly=true )
defaultproperties
{
WriteAccessType=ACCESS_WriteAll
Name="Default__UIDynamicFieldProvider"
ObjectArchetype=UIDataProvider'Engine.Default__UIDataProvider'
}
|
Creation time: sk 18-3-2018 10:00:46.965 - Created with
UnCodeX