Engine.UIScreenObject
- Extends
- UIRoot
- Modifiers
- native ( UIPrivate ) HideCategories ( Object ) abstract placeable
Base class for all UI entities which can appear onscreen
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object
|
+-- Engine.UIRoot
|
+-- Engine.UIScreenObject
Direct Known Subclasses:
UIObject, UIScene
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 Variables from Core.Object |
Class, HashNext, HashOuterNext, Linker, LinkerIndex, Name, NetIndex, ObjectArchetype, ObjectFlags, ObjectInternalInteger, Outer, StateFrame, VfTableObject |
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 |
Inherited Structures from Core.Object |
Box, BoxSphereBounds, Color, Cylinder, double, DynamicMap_Mirror, Guid, IndirectArray_Mirror, InterpCurveFloat, InterpCurvePointFloat, InterpCurvePointQuat, InterpCurvePointTwoVectors, InterpCurvePointVector, InterpCurvePointVector2D, InterpCurveQuat, InterpCurveTwoVectors, InterpCurveVector, InterpCurveVector2D, IntPoint, LinearColor, Map_Mirror, Matrix, MultiMap_Mirror, Plane, pointer, Quat, qword, RawDistribution, RenderCommandFence, Rotator, TextureMipBulkData_Mirror, ThreadSafeCounter, TPOV, TwoVectors, UntypedBulkData_Mirror, Vector, Vector2D, Vector4 |
Functions Summary |
 | bool | AcceptsPlayerInput (int PlayerIndex ) con)
|
 | | ActivateEventByClass (int PlayerIndex, class<UIEvent> EventClassToActivate, optional Object InEventActivator, optional bool bActivateImmediately, optional array<int> IndicesToActivate, optional out array<UIEvent> out_ActivatedEvents)
|
 | bool | ActivateState (UIState StateToActivate, int PlayerIndex)
|
 | bool | ActivateStateByClass (class<UIState> StateToActivate, int PlayerIndex, optional out UIState StateThatWasAdded)
|
 | | AddedChild (UIScreenObject WidgetOwner, UIObject NewChild)
|
 | bool | CanAcceptFocus (optional int PlayerIndex=GetBestPlayerIndex() ) con)
|
 | bool | CanPlayOnline (int ControllerId=GetBestControllerId()))
|
 | bool | CanPropagateFocusFor (UIObject TestChild ) con)
|
 | Vector4 | CanvasToScreen (const out Vector CanvasPosition ) con)
|
 | bool | ConditionalPropagateEnabledState (int PlayerIndex, optional bool bForce)
|
 | bool | ContainsChild (UIObject Child, optional bool bRecurse=true ) con)
|
 | bool | ContainsChildOfClass (class<UIObject> SearchClass, optional bool bRecurse=true ) con)
|
 | | CreatePlayerData (int PlayerIndex, LocalPlayer AddedPlayer)
|
 | UIObject | CreateWidget (UIScreenObject Owner, class<UIObject> WidgetClass, optional Object WidgetArchetype, optional name WidgetName)
|
 | bool | DeactivateState (UIState StateToRemove, int PlayerIndex)
|
 | bool | DeactivateStateByClass (class<UIState> StateToRemove, int PlayerIndex, optional out UIState StateThatWasRemoved)
|
 | Vector | DeProject (const out Vector PixelPosition ) con)
|
 | | DisablePlayerInput (byte PlayerIndex, optional bool bRecurse=true ))
|
 | bool | DisableWidget (int PlayerIndex ))
|
 | | EnablePlayerInput (byte PlayerIndex, optional bool bRecurse=true ))
|
 | bool | EnableWidget (int PlayerIndex ))
|
 | UIObject | FindChild (name WidgetName, optional bool bRecurse ) con)
|
 | int | FindChildIndex (name WidgetName ) con)
|
 | UIObject | FindChildUsingID (WIDGET_ID WidgetID, optional bool bRecurse ) con)
|
 | | FindEventsOfClass (class<UIEvent> EventClassToFind, out array<UIEvent> out_EventInstances, optional UIState LimitScope, optional bool bExactClass)
|
 | bool | FocusFirstControl (UIScreenObject Sender, optional int PlayerIndex=GetBestPlayerIndex())
|
 | bool | FocusLastControl (UIScreenObject Sender, optional int PlayerIndex=GetBestPlayerIndex())
|
 | int | GetActivePlayerCount ()
|
 | float | GetAspectRatioAutoScaleFactor (optional Font BaseFont ) con)
|
 | int | GetBestControllerId ()))
|
 | int | GetBestPlayerIndex () con)
|
 | float | GetBounds (EUIOrientation Dimension, EPositionEvalType OutputType=EVALPOS_None, optional bool bIgnoreDockPadding) con)
|
 | matrix | GetCanvasToScreen () con)
|
 | array<UIObject> | GetChildren (optional bool bRecurse, optional array ExclusionSet ) con)
|
 | UIState | GetCurrentState (INT PlayerIndex=INDEX_NONE)
|
 | | GetDockedWidgets (out array<UIObject> out_DockedWidgets, optional EUIWidgetFace SourceFace=UIFACE_MAX, optional EUIWidgetFace TargetFace=UIFACE_MAX ) con)
|
 | UIObject | GetFocusedControl (optional bool bRecurse, optional int PlayerIndex=GetBestPlayerIndex() ) con)
|
 | Matrix | GetInverseCanvasToScreen () con)
|
 | UIObject | GetLastFocusedControl (optional bool bRecurse, optional int PlayerIndex=GetBestPlayerIndex() ) con)
|
 | ELoginStatus | GetLoginStatus (int ControllerId=INDEX_NONE))
|
 | ENATType | GetNATType ()))
|
 | int | GetObjectCount () con)
|
 | UIScreenObject | GetParent ()
|
 | LocalPlayer | GetPlayerOwner (optional int PlayerIndex=INDEX_NONE)
|
 | float | GetPosition (EUIWidgetFace Face, EPositionEvalType OutputType=EVALPOS_None, optional bool bZeroOrigin, optional bool bIgnoreDockPadding ) con)
|
 | vector | GetPositionVector (optional bool bIncludeParentPosition=true ) con)
|
 | int | GetSupportedPlayerCount ()
|
 | | GetSupportedUIActionKeyNames (out array<Name> out_KeyNames)
|
 | float | GetViewportHeight () con)
|
 | bool | GetViewportOffset (out Vector2D out_ViewportOffset ) con)
|
 | bool | GetViewportOrigin (out Vector2D out_ViewportOrigin ) con)
|
 | float | GetViewportScale () con)
|
 | bool | GetViewportSize (out Vector2D out_ViewportSize ) con)
|
 | float | GetViewportWidth () con)
|
 | string | GetWidgetPathName ()
|
 | bool | HasActiveStateOfClass (class<UIState> StateClass, int PlayerIndex, optional out int StateIndex)
|
 | bool | HasLinkConnection ()))
|
 | | Initialize (UIScene inOwnerScene, optional UIObject inOwner)
|
 | | Initialized ()
|
 | | InitializePlayerTracking ()
|
 | int | InsertChild (UIObject NewChild, optional int InsertIndex = INDEX_NONE, optional bool bRenameExisting=true)
|
 | bool | IsActive (optional int PlayerIndex=GetBestPlayerIndex() ) con)
|
 | bool | IsEnabled (optional int PlayerIndex=GetBestPlayerIndex(), optional bool bCheckOwnerChain=true ) con)
|
 | bool | IsFocused (optional int PlayerIndex=GetBestPlayerIndex() ) con)
|
 | bool | IsHidden ()))
|
 | bool | IsHoldingAlt (int ControllerId)
|
 | bool | IsHoldingCtrl (int ControllerId)
|
 | bool | IsHoldingShift (int ControllerId)
|
 | bool | IsInitialized ()
|
 | bool | IsLoggedIn (optional int ControllerId=INDEX_NONE, optional bool bRequireOnlineLogin ))
|
 | bool | IsNeverFocused () con)
|
 | bool | IsPressed (optional int PlayerIndex=GetBestPlayerIndex() ) con)
|
 | bool | IsVisible ()))
|
 | bool | KillFocus (UIScreenObject Sender, optional int PlayerIndex=GetBestPlayerIndex())
|
 | | LogCurrentState (int Indent ))
|
 | bool | NavigateFocus (UIScreenObject Sender, EUIWidgetFace Direction, optional int PlayerIndex=GetBestPlayerIndex())
|
 | bool | NextControl (UIScreenObject Sender, optional int PlayerIndex=GetBestPlayerIndex())
|
 | | OnChangeVisibility (UIAction_ChangeVisibility Action ))
|
 | | OnConsoleCommand (UIAction_ConsoleCommand Action ))
|
 | | OnSetControllerId (UIAction_SetControllerId Action ))
|
 | | OnShowAchievementsUI (UIAction_ShowAchievementsUI Action))
|
 | | OnShowContentMarketplaceUI (UIAction_ShowContentMarketplaceUI Action))
|
 | | OnShowFeedbackUI (UIAction_ShowFeedbackUI Action))
|
 | | OnShowFriendInviteUI (UIAction_ShowFriendInviteUI Action))
|
 | | OnShowFriendsUI (UIAction_ShowFriendsUI Action))
|
 | | OnShowGamerCardUI (UIAction_ShowGamerCardUI Action))
|
 | | OnShowMembershipMarketplaceUI (UIAction_ShowMembershipMarketplaceUI Action))
|
 | | OnShowMessagesUI (UIAction_ShowMessagesUI Action))
|
 | | OnShowPlayersUI (UIAction_ShowPlayersUI Action))
|
 | | OverrideLastFocusedControl (int PlayerIndex, UIObject ChildToFocus)
|
 | Vector | PixelToCanvas (const out Vector2D PixelPosition ) con)
|
 | Vector4 | PixelToScreen (const out Vector2D PixelPosition ) con)
|
 | bool | PlayUISound (name SoundCueName, optional int PlayerIndex=0)
|
 | | PostInitialize ()
|
 | bool | PrevControl (UIScreenObject Sender, optional int PlayerIndex=GetBestPlayerIndex())
|
 | | PrivateSetVisibility (bool bVisible ))
|
 | Vector | Project (const out Vector CanvasPosition ) con)
|
 | | RebuildNavigationLinks ()
|
 | bool | RemoveChild (UIObject ExistingChild, optional array<UIObject> ExclusionSet)
|
 | array<UIObject> | RemoveChildren (array<UIObject> ChildrenToRemove)
|
 | | RemovedChild (UIScreenObject WidgetOwner, UIObject OldChild, optional array<UIObject> ExclusionSet)
|
 | | RemovedFromParent (UIScreenObject WidgetOwner)
|
 | | RemovePlayerData (int PlayerIndex, LocalPlayer RemovedPlayer)
|
 | bool | ReplaceChild (UIObject ExistingChild, UIObject NewChild)
|
 | | RequestFormattingUpdate ()
|
 | | RequestPrimitiveReview (bool bReinitializePrimitives, bool bReviewPrimitiveUsage)
|
 | | RequestSceneUpdate (bool bDockingStackChanged, bool bPositionsChanged, bool bNavLinksOutdated=FALSE, bool bWidgetStylesChanged=FALSE)
|
 | Vector | ScreenToCanvas (const out Vector4 ScreenPosition ) con)
|
 | Vector2D | ScreenToPixel (const out Vector4 ScreenPosition ) con)
|
 | bool | SetEnabled (bool bEnabled, int PlayerIndex=GetBestPlayerIndex())
|
 | bool | SetFocus (UIScreenObject Sender, optional int PlayerIndex=GetBestPlayerIndex())
|
 | bool | SetFocusToChild (optional UIObject ChildToFocus, optional int PlayerIndex=GetBestPlayerIndex())
|
 | | SetInputMask (byte NewInputMask, optional bool bRecurse=true ))
|
 | | SetPosition (float NewValue, EUIWidgetFace Face, EPositionEvalType InputType=EVALPOS_PixelOwner, optional bool bZeroOrigin)
|
 | | SetVisibility (bool bIsVisible ))
|
Inherited Functions from Engine.UIRoot |
<, =, ConvertWidgetIDToString, GetCurrentUIController, GetCursorPosition, GetCursorSize, GetDataStoreFieldValue, GetDataStoreStringValue, GetFaceOrientation, GetPrimitiveTransform, GetSceneClient, IsConsole, SetDataStoreFieldValue, SetDataStoreStringValue, SetMouseCaptureOverride |
Inherited Functions from Core.Object |
!, !=, $, $=, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, @, @=, Abs, Acos, Asc, Asin, Atan, BeginState, ByteToFloat, Caps, Chr, Clamp, ClampLength, ClampRotAxis, ClassIsChildOf, ClearConfig, ClockwiseFrom, ColorToLinearColor, ContinuedState, Cos, Cross, Disable, Dot, DumpStateStack, DynamicLoadObject, Enable, EndState, Exp, FClamp, FCubicInterp, FindDeltaAngle, FindObject, FInterpEaseIn, FInterpEaseInOut, FInterpEaseOut, FInterpTo, FloatToByte, FMax, FMin, FPctByRange, FRand, GetAngularDegreesFromRadians, GetAngularDistance, GetAngularFromDotDist, GetAxes, GetDotDistance, GetEnum, GetFuncName, GetHeadingAngle, GetNetFuncName, GetPackageName, GetPerObjectConfigSections, GetRangePctByValue, GetRangeValueByPct, GetSpecialValue, GetStateName, GetUnAxes, GotoState, InStr, IsA, IsChildState, IsInState, IsNetScript, IsPendingKill, IsUTracing, IsZero, JoinArray, Left, Len, Lerp, Localize, Locs, Loge, LogInternal, MakeColor, MakeLinearColor, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, NormalizeRotAxis, OrthoRotation, ParseStringIntoArray, PathName, PausedState, PointDistToLine, PointDistToPlane, PointInBox, PoppedState, PopState, ProjectOnTo, PushedState, PushState, QuatDot, QuatFindBetween, QuatFromAxisAndAngle, QuatFromRotator, QuatInvert, QuatProduct, QuatRotateVector, QuatSlerp, QuatToRotator, Rand, RandRange, RDiff, Repl, Right, RInterpTo, RLerp, RotRand, Round, RSize, RSmerp, SaveConfig, SClampRotAxis, ScriptTrace, SetSpecialValue, SetUTracing, Sin, Split, Sqrt, Square, StaticClearConfig, StaticSaveConfig, Tan, TimeStamp, ToHex, TransformVectorByRotation, UnwindHeading, vect2d, VInterpTo, VLerp, VRand, VSize, VSize2D, VSizeSq, VSizeSq2D, VSmerp, WarnInternal, ^, ^^, |, ||, ~, ~= |
var transient bool bInitialized;
var const bool bSupports3DPrimitives;
var protected noimport array<
UIObject> Children;
var const array<
class<
UIState>> DefaultStates;
var
transient const array<
UIState> StateStack;
Focus
var(Focus) bool bNeverFocus;
Presentation
var(Presentation) private bool bHidden;
var(Presentation) float Opacity;
var(Presentation) float ZDepth;
Sound
var(Sound) name FocusedCue;
var(Sound) name MouseEnterCue;
var(Sound) name NavigateDownCue;
var(Sound) name NavigateLeftCue;
var(Sound) name NavigateRightCue;
var(Sound) name NavigateUpCue;
Splitscreen
var(Splitscreen) byte PlayerInputMask;
States
var(States) const instanced array<
UIState> InactiveStates;
NotifyActiveSkinChanged Source code
delegate NotifyActiveSkinChanged ( )
NotifyActiveStateChanged Source code
delegate
transient NotifyActiveStateChanged (
UIScreenObject Sender,
int PlayerIndex,
UIState NewlyActiveState, optional
UIState PreviouslyActiveState )
NotifyResolutionChanged Source code
delegate NotifyResolutionChanged ( const out
Vector2D OldViewportsize, const out
Vector2D NewViewportSize )
NotifyVisibilityChanged Source code
delegate NotifyVisibilityChanged (
UIScreenObject SourceWidget,
bool bIsVisible )
delegate OnPreRenderCallBack ( )
delegate bool OnProcessInputAxis ( const out SubscribedInputEventParameters EventParms )
delegate bool OnProcessInputKey ( const out SubscribedInputEventParameters EventParms )
delegate bool OnRawInputAxis ( const out InputEventParameters EventParms )
delegate bool OnRawInputKey ( const out InputEventParameters EventParms )
native final const function bool AcceptsPlayerInput ( int PlayerIndex ) con )
native final noexport
function ActivateEventByClass (
int PlayerIndex,
class<
UIEvent> EventClassToActivate, optional
Object InEventActivator, optional
bool bActivateImmediately, optional array<
int> IndicesToActivate, optional out array<
UIEvent> out_ActivatedEvents )
native final virtual
function bool ActivateState (
UIState StateToActivate,
int PlayerIndex )
native final noexport
function bool ActivateStateByClass (
class<
UIState> StateToActivate,
int PlayerIndex, optional out
UIState StateThatWasAdded )
native const function bool CanAcceptFocus ( optional int PlayerIndex=GetBestPlayerIndex() ) con )
function bool CanPlayOnline ( int ControllerId=GetBestControllerId()) )
native final const
function bool CanPropagateFocusFor (
UIObject TestChild ) con )
native final const
function Vector4 CanvasToScreen ( const out
Vector CanvasPosition ) con )
ConditionalPropagateEnabledState Source code
native final virtual function bool ConditionalPropagateEnabledState ( int PlayerIndex, optional bool bForce )
native final const
function bool ContainsChild (
UIObject Child, optional
bool bRecurse=true ) con )
native final const
function bool ContainsChildOfClass (
class<
UIObject> SearchClass, optional
bool bRecurse=true ) con )
native final virtual
function CreatePlayerData (
int PlayerIndex,
LocalPlayer AddedPlayer )
native final virtual
function bool DeactivateState (
UIState StateToRemove,
int PlayerIndex )
DeactivateStateByClass Source code
native final noexport
function bool DeactivateStateByClass (
class<
UIState> StateToRemove,
int PlayerIndex, optional out
UIState StateThatWasRemoved )
native final const
function Vector DeProject ( const out
Vector PixelPosition ) con )
final event DisablePlayerInput ( byte PlayerIndex, optional bool bRecurse=true ) )
final function bool DisableWidget ( int PlayerIndex ) )
final event EnablePlayerInput ( byte PlayerIndex, optional bool bRecurse=true ) )
final function bool EnableWidget ( int PlayerIndex ) )
native final const
function UIObject FindChild (
name WidgetName, optional
bool bRecurse ) con )
native final const function int FindChildIndex ( name WidgetName ) con )
native final const
function UIObject FindChildUsingID (
WIDGET_ID WidgetID, optional
bool bRecurse ) con )
native final
function FindEventsOfClass (
class<
UIEvent> EventClassToFind, out array<
UIEvent> out_EventInstances, optional
UIState LimitScope, optional
bool bExactClass )
native
function bool FocusFirstControl (
UIScreenObject Sender, optional
int PlayerIndex=GetBestPlayerIndex() )
native
function bool FocusLastControl (
UIScreenObject Sender, optional
int PlayerIndex=GetBestPlayerIndex() )
native static final noexport function int GetActivePlayerCount ( )
GetAspectRatioAutoScaleFactor Source code
native final const
function float GetAspectRatioAutoScaleFactor ( optional
Font BaseFont ) con )
function int GetBestControllerId ( ) )
native final const function int GetBestPlayerIndex ( ) con )
native final const
function matrix GetCanvasToScreen ( ) con )
native final noexport const
function array<
UIObject> GetChildren ( optional
bool bRecurse, optional array<
UIObject>
ExclusionSet ) con )
native final
function UIState GetCurrentState (
INT PlayerIndex=
INDEX_NONE )
native final const
function GetDockedWidgets ( out array<
UIObject> out_DockedWidgets, optional
EUIWidgetFace SourceFace=UIFACE_MAX, optional
EUIWidgetFace TargetFace=UIFACE_MAX ) con )
native final const
function UIObject GetFocusedControl ( optional
bool bRecurse, optional
int PlayerIndex=GetBestPlayerIndex() ) con )
GetInverseCanvasToScreen Source code
native final const
function Matrix GetInverseCanvasToScreen ( ) con )
native final const
function UIObject GetLastFocusedControl ( optional
bool bRecurse, optional
int PlayerIndex=GetBestPlayerIndex() ) con )
function ELoginStatus GetLoginStatus (
int ControllerId=
INDEX_NONE) )
native final const function int GetObjectCount ( ) con )
native final
function LocalPlayer GetPlayerOwner ( optional
int PlayerIndex=
INDEX_NONE )
native final const
function float GetPosition (
EUIWidgetFace Face,
EPositionEvalType OutputType=EVALPOS_None, optional
bool bZeroOrigin, optional
bool bIgnoreDockPadding ) con )
native final const
function vector GetPositionVector ( optional
bool bIncludeParentPosition=true ) con )
GetSupportedPlayerCount Source code
native final function int GetSupportedPlayerCount ( )
GetSupportedUIActionKeyNames Source code
event GetSupportedUIActionKeyNames ( out array<Name> out_KeyNames )
native final const function float GetViewportHeight ( ) con )
native final const
function bool GetViewportOffset ( out
Vector2D out_ViewportOffset ) con )
native final const
function bool GetViewportOrigin ( out
Vector2D out_ViewportOrigin ) con )
native final const function float GetViewportScale ( ) con )
native final const
function bool GetViewportSize ( out
Vector2D out_ViewportSize ) con )
native final const function float GetViewportWidth ( ) con )
native final noexport function string GetWidgetPathName ( )
native final noexport
function bool HasActiveStateOfClass (
class<
UIState> StateClass,
int PlayerIndex, optional out
int StateIndex )
function bool HasLinkConnection ( ) )
native final virtual
function Initialize (
UIScene inOwnerScene, optional
UIObject inOwner )
event Initialized ( )
InitializePlayerTracking Source code
native final virtual function InitializePlayerTracking ( )
native
function int InsertChild (
UIObject NewChild, optional
int InsertIndex =
INDEX_NONE, optional
bool bRenameExisting=true )
native final noexport const function bool IsActive ( optional int PlayerIndex=GetBestPlayerIndex() ) con )
native final noexport const function bool IsEnabled ( optional int PlayerIndex=GetBestPlayerIndex(), optional bool bCheckOwnerChain=true ) con )
native final noexport const function bool IsFocused ( optional int PlayerIndex=GetBestPlayerIndex() ) con )
final function bool IsHidden ( ) )
native final virtual function bool IsHoldingAlt ( int ControllerId )
native final virtual function bool IsHoldingCtrl ( int ControllerId )
native final virtual function bool IsHoldingShift ( int ControllerId )
native final noexport function bool IsInitialized ( )
event bool IsLoggedIn ( optional int ControllerId=INDEX_NONE, optional bool bRequireOnlineLogin ) )
native final const function bool IsNeverFocused ( ) con )
native final noexport const function bool IsPressed ( optional int PlayerIndex=GetBestPlayerIndex() ) con )
final function bool IsVisible ( ) )
native
function bool KillFocus (
UIScreenObject Sender, optional
int PlayerIndex=GetBestPlayerIndex() )
function LogCurrentState ( int Indent ) )
native
function bool NextControl (
UIScreenObject Sender, optional
int PlayerIndex=GetBestPlayerIndex() )
OnShowContentMarketplaceUI Source code
OnShowMembershipMarketplaceUI Source code
OverrideLastFocusedControl Source code
native final
function OverrideLastFocusedControl (
int PlayerIndex,
UIObject ChildToFocus )
native final const
function Vector PixelToCanvas ( const out
Vector2D PixelPosition ) con )
native final const
function Vector4 PixelToScreen ( const out
Vector2D PixelPosition ) con )
native static final noexport function bool PlayUISound ( name SoundCueName, optional int PlayerIndex=0 )
event PostInitialize ( )
native
function bool PrevControl (
UIScreenObject Sender, optional
int PlayerIndex=GetBestPlayerIndex() )
final private function PrivateSetVisibility ( bool bVisible ) )
native final const
function Vector Project ( const out
Vector CanvasPosition ) con )
RebuildNavigationLinks Source code
native function RebuildNavigationLinks ( )
native final noexport
function bool RemoveChild (
UIObject ExistingChild, optional array<
UIObject>
ExclusionSet )
native final
function array<
UIObject> RemoveChildren ( array<
UIObject> ChildrenToRemove )
native final virtual
function RemovePlayerData (
int PlayerIndex,
LocalPlayer RemovedPlayer )
native final
function bool ReplaceChild (
UIObject ExistingChild,
UIObject NewChild )
RequestFormattingUpdate Source code
native final noexport function RequestFormattingUpdate ( )
RequestPrimitiveReview Source code
native final noexport function RequestPrimitiveReview ( bool bReinitializePrimitives, bool bReviewPrimitiveUsage )
native final noexport function RequestSceneUpdate ( bool bDockingStackChanged, bool bPositionsChanged, bool bNavLinksOutdated=FALSE, bool bWidgetStylesChanged=FALSE )
native final const
function Vector ScreenToCanvas ( const out
Vector4 ScreenPosition ) con )
native final const
function Vector2D ScreenToPixel ( const out
Vector4 ScreenPosition ) con )
native function bool SetEnabled ( bool bEnabled, int PlayerIndex=GetBestPlayerIndex() )
native
function bool SetFocus (
UIScreenObject Sender, optional
int PlayerIndex=GetBestPlayerIndex() )
native
function bool SetFocusToChild ( optional
UIObject ChildToFocus, optional
int PlayerIndex=GetBestPlayerIndex() )
event SetInputMask ( byte NewInputMask, optional bool bRecurse=true ) )
event SetVisibility ( bool bIsVisible ) )
defaultproperties
{
Position=(Value[2]=1.000000,Value[3]=1.000000,ScaleType[0]=EVALPOS_PercentageOwner,ScaleType[1]=EVALPOS_PercentageOwner,ScaleType[2]=EVALPOS_PercentageOwner,ScaleType[3]=EVALPOS_PercentageOwner)
DefaultStates(0)=Class'Engine.UIState_Enabled'
DefaultStates(1)=Class'Engine.UIState_Disabled'
InitialState=Class'Engine.UIState_Enabled'
PlayerInputMask=255
Opacity=1.000000
FocusedCue="Focused"
NavigateUpCue="NavigateUp"
NavigateDownCue="NavigateDown"
NavigateLeftCue="NavigateLeft"
NavigateRightCue="NavigateRight"
Name="Default__UIScreenObject"
ObjectArchetype=UIRoot'Engine.Default__UIRoot'
}
|
Creation time: sk 18-3-2018 10:00:47.864 - Created with
UnCodeX