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

Engine.UIScreenObject


00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039
00040
00041
00042
00043
00044
00045
00046
00047
00048
00049
00050
00051
00052
00053
00054
00055
00056
00057
00058
00059
00060
00061
00062
00063
00064
00065
00066
00067
00068
00069
00070
00071
00072
00073
00074
00075
00076
00077
00078
00079
00080
00081
00082
00083
00084
00085
00086
00087
00088
00089
00090
00091
00092
00093
00094
00095
00096
00097
00098
00099
00100
00101
00102
00103
00104
00105
00106
00107
00108
00109
00110
00111
00112
00113
00114
00115
00116
00117
00118
00119
00120
00121
00122
00123
00124
00125
00126
00127
00128
00129
00130
00131
00132
00133
00134
00135
00136
00137
00138
00139
00140
00141
00142
00143
00144
00145
00146
00147
00148
00149
00150
00151
00152
00153
00154
00155
00156
00157
00158
00159
00160
00161
00162
00163
00164
00165
00166
00167
00168
00169
00170
00171
00172
00173
00174
00175
00176
00177
00178
00179
00180
00181
00182
00183
00184
00185
00186
00187
00188
00189
00190
00191
00192
00193
00194
00195
00196
00197
00198
00199
00200
00201
00202
00203
00204
00205
00206
00207
00208
00209
00210
00211
00212
00213
00214
00215
00216
00217
00218
00219
00220
00221
00222
00223
00224
00225
00226
00227
00228
00229
00230
00231
00232
00233
00234
00235
00236
00237
00238
00239
00240
00241
00242
00243
00244
00245
00246
00247
00248
00249
00250
00251
00252
00253
00254
00255
00256
00257
00258
00259
00260
00261
00262
00263
00264
00265
00266
00267
00268
00269
00270
00271
00272
00273
00274
00275
00276
00277
00278
00279
00280
00281
00282
00283
00284
00285
00286
00287
00288
00289
00290
00291
00292
00293
00294
00295
00296
00297
00298
00299
00300
00301
00302
00303
00304
00305
00306
00307
00308
00309
00310
00311
00312
00313
00314
00315
00316
00317
00318
00319
00320
00321
00322
00323
00324
00325
00326
00327
00328
00329
00330
00331
00332
00333
00334
00335
00336
00337
00338
00339
00340
00341
00342
00343
00344
00345
00346
00347
00348
00349
00350
00351
00352
00353
00354
00355
00356
00357
00358
00359
00360
00361
00362
00363
00364
00365
00366
00367
00368
00369
00370
00371
00372
00373
00374
00375
00376
00377
00378
00379
00380
00381
00382
00383
00384
00385
00386
00387
00388
00389
00390
00391
00392
00393
00394
00395
00396
00397
00398
00399
00400
00401
00402
00403
00404
00405
00406
00407
00408
00409
00410
00411
00412
00413
00414
00415
00416
00417
00418
00419
00420
00421
00422
00423
00424
00425
00426
00427
00428
00429
00430
00431
00432
00433
00434
00435
00436
00437
00438
00439
00440
00441
00442
00443
00444
00445
00446
00447
00448
00449
00450
00451
00452
00453
00454
00455
00456
00457
00458
00459
00460
00461
00462
00463
00464
00465
00466
00467
00468
00469
00470
00471
00472
00473
00474
00475
00476
00477
00478
00479
00480
00481
00482
00483
00484
00485
00486
00487
00488
00489
00490
00491
00492
00493
00494
00495
00496
00497
00498
00499
00500
00501
00502
00503
00504
00505
00506
00507
00508
00509
00510
00511
00512
00513
00514
00515
00516
00517
00518
00519
00520
00521
00522
00523
00524
00525
00526
00527
00528
00529
00530
00531
00532
00533
00534
00535
00536
00537
00538
00539
00540
00541
00542
00543
00544
00545
00546
00547
00548
00549
00550
00551
00552
00553
00554
00555
00556
00557
00558
00559
00560
00561
00562
00563
00564
00565
00566
00567
00568
00569
00570
00571
00572
00573
00574
00575
00576
00577
00578
00579
00580
00581
00582
00583
00584
00585
00586
00587
00588
00589
00590
00591
00592
00593
00594
00595
00596
00597
00598
00599
00600
00601
00602
00603
00604
00605
00606
00607
00608
00609
00610
00611
00612
00613
00614
00615
00616
00617
00618
00619
00620
00621
00622
00623
00624
00625
00626
00627
00628
00629
00630
00631
00632
00633
00634
00635
00636
00637
00638
00639
00640
00641
00642
00643
00644
00645
00646
00647
00648
00649
00650
00651
00652
00653
00654
00655
00656
00657
00658
00659
00660
00661
00662
00663
00664
00665
00666
00667
00668
00669
00670
00671
00672
00673
00674
00675
00676
00677
00678
00679
00680
00681
00682
00683
00684
00685
00686
00687
00688
00689
00690
00691
00692
00693
00694
00695
00696
00697
00698
00699
00700
00701
00702
00703
00704
00705
00706
00707
00708
00709
00710
00711
00712
00713
00714
00715
00716
00717
00718
00719
00720
00721
00722
00723
00724
00725
00726
00727
00728
00729
00730
00731
00732
00733
00734
00735
00736
00737
00738
00739
00740
00741
00742
00743
00744
00745
00746
00747
00748
00749
00750
00751
00752
00753
00754
00755
00756
00757
00758
00759
00760
00761
00762
00763
00764
00765
00766
00767
00768
00769
00770
00771
00772
00773
00774
00775
00776
00777
00778
00779
00780
00781
00782
00783
00784
00785
00786
00787
00788
00789
00790
00791
00792
00793
00794
00795
00796
00797
00798
00799
00800
00801
00802
00803
00804
00805
00806
00807
00808
00809
00810
00811
00812
00813
00814
00815
00816
00817
00818
00819
00820
00821
00822
00823
00824
00825
00826
00827
00828
00829
00830
00831
00832
00833
00834
00835
00836
00837
00838
00839
00840
00841
00842
00843
00844
00845
00846
00847
00848
00849
00850
00851
00852
00853
00854
00855
00856
00857
00858
00859
00860
00861
00862
00863
00864
00865
00866
00867
00868
00869
00870
00871
00872
00873
00874
00875
00876
00877
00878
00879
00880
00881
00882
00883
00884
00885
00886
00887
00888
00889
00890
00891
00892
00893
00894
00895
00896
00897
00898
00899
00900
00901
00902
00903
00904
00905
00906
00907
00908
00909
00910
00911
00912
00913
00914
00915
00916
00917
00918
00919
00920
00921
00922
00923
00924
00925
00926
00927
00928
00929
00930
00931
00932
00933
00934
00935
00936
00937
00938
00939
00940
00941
00942
00943
00944
00945
00946
00947
00948
00949
00950
00951
00952
00953
00954
00955
00956
00957
00958
00959
00960
00961
00962
00963
00964
00965
00966
00967
00968
00969
00970
00971
00972
00973
00974
00975
00976
00977
00978
00979
00980
00981
00982
00983
00984
00985
00986
00987
00988
00989
00990
00991
00992
00993
00994
00995
00996
00997
00998
00999
01000
01001
01002
01003
01004
01005
01006
01007
01008
01009
01010
01011
01012
01013
01014
01015
01016
01017
01018
01019
01020
01021
01022
01023
01024
01025
01026
01027
01028
01029
01030
01031
01032
01033
01034
01035
01036
01037
01038
01039
01040
01041
01042
01043
01044
01045
01046
01047
01048
01049
01050
01051
01052
01053
01054
01055
01056
01057
01058
01059
01060
01061
01062
01063
01064
01065
01066
01067
01068
01069
01070
01071
01072
01073
01074
01075
01076
01077
01078
01079
01080
01081
01082
01083
01084
01085
01086
01087
01088
01089
01090
01091
01092
01093
01094
01095
01096
01097
01098
01099
01100
01101
01102
01103
01104
01105
01106
01107
01108
01109
01110
01111
01112
01113
01114
01115
01116
01117
01118
01119
01120
01121
01122
01123
01124
01125
01126
01127
01128
01129
01130
01131
01132
01133
01134
01135
01136
01137
01138
01139
01140
01141
01142
01143
01144
01145
01146
01147
01148
01149
01150
01151
01152
01153
01154
01155
01156
01157
01158
01159
01160
01161
01162
01163
01164
01165
01166
01167
01168
01169
01170
01171
01172
01173
01174
01175
01176
01177
01178
01179
01180
01181
01182
01183
01184
01185
01186
01187
01188
01189
01190
01191
01192
01193
01194
01195
01196
01197
01198
01199
01200
01201
01202
01203
01204
01205
01206
01207
01208
01209
01210
01211
01212
01213
01214
01215
01216
01217
01218
01219
01220
01221
01222
01223
01224
01225
01226
01227
01228
01229
01230
01231
01232
01233
01234
01235
01236
01237
01238
01239
01240
01241
01242
01243
01244
01245
01246
01247
01248
01249
01250
01251
01252
01253
01254
01255
01256
01257
01258
01259
01260
01261
01262
01263
01264
01265
01266
01267
01268
01269
01270
01271
01272
01273
01274
01275
01276
01277
01278
01279
01280
01281
01282
01283
01284
01285
01286
01287
01288
01289
01290
01291
01292
01293
01294
01295
01296
01297
01298
01299
01300
01301
01302
01303
01304
01305
01306
01307
01308
01309
01310
01311
01312
01313
01314
01315
01316
01317
01318
01319
01320
01321
01322
01323
01324
01325
01326
01327
01328
01329
01330
01331
01332
01333
01334
01335
01336
01337
01338
01339
01340
01341
01342
01343
01344
01345
01346
01347
01348
01349
01350
01351
01352
01353
01354
01355
01356
01357
01358
01359
01360
01361
01362
01363
01364
01365
01366
01367
01368
01369
01370
01371
01372
01373
01374
01375
01376
01377
01378
01379
01380
01381
01382
01383
01384
01385
01386
01387
01388
01389
01390
01391
01392
01393
01394
01395
01396
01397
01398
01399
01400
01401
01402
01403
01404
01405
01406
01407
01408
01409
01410
01411
01412
01413
01414
01415
01416
01417
01418
01419
01420
01421
01422
01423
01424
01425
01426
01427
01428
01429
01430
01431
01432
01433
01434
01435
01436
01437
01438
01439
01440
01441
01442
01443
01444
01445
01446
01447
01448
01449
01450
01451
01452
01453
01454
01455
01456
01457
01458
01459
01460
01461
01462
01463
01464
01465
01466
01467
01468
01469
01470
01471
01472
01473
01474
01475
01476
01477
01478
01479
01480
01481
01482
01483
01484
01485
01486
01487
01488
01489
01490
01491
01492
01493
01494
01495
01496
01497
01498
01499
01500
01501
01502
01503
01504
01505
01506
01507
01508
01509
01510
01511
01512
01513
01514
01515
01516
01517
01518
01519
01520
01521
01522
01523
01524
01525
01526
01527
01528
01529
01530
01531
01532
01533
01534
01535
01536
01537
01538
01539
01540
01541
01542
01543
01544
01545
01546
01547
01548
01549
01550
01551
01552
01553
01554
01555
01556
01557
01558
01559
01560
01561
01562
01563
01564
01565
01566
01567
01568
01569
01570
01571
01572
01573
01574
01575
01576
01577
01578
01579
01580
01581
01582
01583
01584
01585
01586
01587
01588
01589
01590
01591
01592
01593
01594
01595
01596
01597
01598
01599
01600
01601
01602
01603
01604
01605
01606
01607
01608
01609
01610
01611
01612
01613
01614
01615
01616
01617
01618
01619
01620
01621
01622
01623
01624
01625
01626
01627
01628
01629
01630
01631
01632
01633
01634
01635
01636
01637
01638
01639
01640
01641
01642
01643
01644
01645
01646
01647
01648
01649
01650
01651
01652
01653
01654
01655
01656
01657
01658
01659
01660
01661
01662
01663
01664
01665
01666
01667
01668
01669
01670
01671
01672
01673
01674
01675
01676
01677
01678
01679
01680
01681
01682
01683
01684
01685
01686
01687
01688
01689
01690
01691
01692
01693
01694
01695
01696
01697
01698
01699
01700
01701
01702
01703
01704
01705
01706
01707
01708
01709
01710
01711
01712
01713
01714
01715
01716
01717
01718
01719
01720
01721
01722
01723
01724
01725
01726
01727
01728
01729
01730
01731
01732
01733
01734
01735
01736
01737
01738
01739
01740
01741
01742
01743
01744
01745
01746
01747
01748
01749
01750
01751
01752
01753
01754
01755
01756
01757
01758
01759
01760
01761
01762
01763
01764
01765
01766
01767
01768
01769
01770
01771
01772
01773
01774
01775
01776
01777
01778
01779
01780
01781
01782
01783
01784
01785
01786
01787
01788
01789
01790
01791
01792
01793
01794
01795
01796
01797
01798
01799
01800
01801
01802
01803
01804
01805
01806
01807
01808
01809
01810
01811
01812
01813
01814
01815
01816
01817
01818
01819
01820
01821
01822
01823
01824
01825
01826
01827
01828
01829
01830
01831
01832
01833
01834
01835
01836
01837
01838
01839
01840
01841
01842
01843
01844
01845
01846
01847
01848
01849
01850
01851
01852
01853
01854
01855
01856
01857
01858
01859
01860
01861
01862
01863
01864
01865
01866
01867
01868
01869
01870
01871
01872
01873
01874
01875
01876
01877
01878
01879
01880
01881
01882
01883
01884
01885
01886
01887
01888
01889
01890
01891
01892
01893
01894
01895
01896
01897
01898
01899
01900
01901
01902
01903
01904
01905
01906
01907
01908
01909
01910
01911
01912
01913
01914
01915
01916
01917
01918
01919
01920
01921
01922
01923
01924
01925
01926
01927
01928
01929
01930
01931
01932
01933
01934
01935
01936
01937
01938
01939
01940
01941
01942
01943
01944
01945
01946
01947
01948
01949
01950
01951
01952
01953
01954
01955
01956
01957
01958
01959
01960
01961
01962
01963
01964
01965
01966
01967
01968
01969
01970
01971
01972
01973
01974
01975
01976
01977
01978
01979
01980
01981
01982
01983
01984
01985
01986
01987
01988
01989
01990
01991
01992
01993
01994
01995
01996
01997
01998
01999
02000
02001
02002
02003
02004
02005
02006
02007
02008
02009
02010
02011
02012
02013
02014
02015
02016
02017
02018
02019
02020
02021
02022
02023
02024
02025
02026
02027
02028
02029
02030
02031
02032
02033
02034
02035
02036
02037
02038
02039
02040
02041
02042
02043
02044
02045
02046
02047
02048
02049
02050
02051
02052
02053
02054
02055
02056
02057
02058
02059
02060
02061
02062
02063
02064
02065
02066
02067
02068
02069
02070
02071
02072
02073
02074
02075
02076
02077
02078
02079
02080
02081
02082
02083
02084
02085
02086
02087
02088
02089
02090
02091
02092
02093
02094
02095
02096
02097
02098
02099
02100
02101
02102
02103
02104
02105
02106
02107
02108
02109
02110
02111
02112
02113
02114
02115
02116
02117
02118
02119
02120
02121
02122
02123
02124
02125
02126
02127
02128
02129
02130
02131
02132
02133
02134
02135
02136
02137
02138
02139
02140
02141
02142
02143
02144
02145
02146
02147
02148
02149
02150
02151
02152
02153
02154
02155
02156
02157
02158
02159
02160
02161
02162
02163
02164
02165
02166
02167
02168
02169
02170
02171
02172
02173
02174
02175
02176
02177
02178
02179
02180
02181
02182
02183
02184
02185
02186
02187
02188
02189
02190
02191
02192
02193
02194
02195
02196
02197
02198
02199
02200
02201
02202
02203
02204
02205
02206
02207
02208
02209
02210
02211
02212
02213
02214
02215
02216
02217
02218
02219
02220
02221
02222
02223
02224
02225
02226
02227
02228
02229
02230
02231
02232
02233
02234
02235
02236
02237
02238
02239
02240
02241
02242
02243
02244
02245
02246
02247
02248
02249
02250
02251
02252
02253
02254
02255
02256
02257
02258
02259
02260
02261
02262
02263
02264
02265
02266
02267
02268
02269
02270
02271
02272
02273
02274
02275
02276
02277
02278
02279
02280
02281
02282
02283
02284
02285
02286
02287
02288
02289
02290
02291
02292
02293
02294
02295
02296
02297
02298
02299
02300
02301
02302
02303
02304
02305
02306
02307
02308
02309
02310
02311
02312
02313
02314
02315
02316
02317
02318
02319
02320
02321
02322
02323
02324
02325
02326
02327
02328
02329
02330
02331
02332
02333
02334
02335
02336
02337
02338
02339
02340
02341
02342
02343
02344
02345
02346
02347
02348
02349
02350
02351
02352
02353
02354
02355
02356
02357
02358
/**
 * Base class for all UI entities which can appear onscreen
 *
 * Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
 */
class UIScreenObject extends UIRoot
	native(UIPrivate)
	HideCategories(Object)
	abstract
	placeable;
























































































































 



#linenumber 12

/** The location of this screen object */
var(Presentation)			UIScreenValue_Bounds	Position;

/**
 * Controls how the widget is sorted by the rendering code; higher values push the widget "away" from the screen,
 * while lower values bring the widget "closer" to the screen
 */
var(Presentation)				float				ZDepth;

/** Controls whether the screen object is visible */
var(Presentation) 	private{private}	bool		bHidden;

/**
 * Indicates whether this widget has been initialized.  Set from UUIScene/UUIObject::Initialize, immediately after the
 * base version of Initialized has been called, but before Initialize() has been called on the children of the widget.
 */
var transient bool									bInitialized;

/** list of UIObjects which are owned by this UIObject */
var	protected noimport		array<UIObject>			Children;

/**
 * The states that should exist in this widget's InactiveStates array by default.  When the widget is initialized, the
 * InactiveStates array is iterated through, and if there are no states in the InactiveStates array that have a class
 * matching a DefaultState, a new UIState object of that class is instanced and placed into the InactiveStates array.
 */
var	const				array<class<UIState> >		DefaultStates;

/**
 * Specifies the UIState that this widget will automatically enter when it is initialized.
 */
var						class<UIState>				InitialState;

/** list of states that this screen object can enter */
var(States) const	instanced	array<UIState>		InactiveStates;

/** stack of states this widget is currently using */
var	transient	const	array<UIState>				StateStack;

/**
 * The children of this widget that are in special states (i.e. focused control, last focused control, etc.)
 * Each element of this array corresponds to the player at the same array index in the Engine.GamePlayers array.
 */
var	transient	const	array<PlayerInteractionData>	FocusControls;

/**
 * Determines which children of this widget should receive focus when this widget receives focus.
 * Each element of this array corresponds to the player at the same array index in the Engine.GamePlayers array.
 */
var(Focus)	transient	array<UIFocusPropagationData>	FocusPropagation;

/**
 * Indicates that this widget should never become the focused control; does not prevent children of this widget from receiving focus (that must be done
 * by calling SetPrivateBehavior(PRIVATE_NotFocusable,true))
 */
var(Focus)	bool					bNeverFocus;

/**
 * A bitmask representing the player indexes that this control will process input for, where the value is generated by
 * left bitshifting by the index of the player.
 * A value of 255 indicates that this control will process input from all players.
 * A value of 1 << 1 indicate that only input from player at index 1 will be acccepted, etc.  So value of 3 means that this control
 * processes input from players at indexes 0 and 1.  Input from player indexes that do not match the mask will be ignored.
 */
var(Splitscreen)		byte						PlayerInputMask;

/** the opacity of the object */
var(Presentation)		float						Opacity;

/**
 * Indicates whether this widget uses 3D primitives.
 */
var	const				bool						bSupports3DPrimitives;

// ===============================================
// Components
// ===============================================
var	 					UIComp_Event				EventProvider;

// ===============================================
// Sounds
// ===============================================
/** this sound is played when this widget becomes the focused control */
var(Sound)				name						FocusedCue;

/** this sound is played when this widget becomes the active control */
var(Sound)				name						MouseEnterCue;

/** this sound is played when this widget has a navigate up event */
var(Sound)				name						NavigateUpCue;

/** this sound is played when this widget has a navigate down event */
var(Sound)				name						NavigateDownCue;

/** this sound is played when this widget has a navigate left event */
var(Sound)				name						NavigateLeftCue;

/** this sound is played when this widget has a navigate right event */
var(Sound)				name						NavigateRightCue;

// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)

/* == Delegates == */
/**
 * Called when the currently active skin has been changed.  Reapplies this widget's style and propagates
 * the notification to all children.
 *
 * @note: this delegate is only called if it is actually assigned to a member function.
 */
delegate NotifyActiveSkinChanged();

/**
 * Provides a hook for unrealscript to respond to input using actual input key names (i.e. Left, Tab, etc.)
 *
 * Called when an input key event is received which this widget responds to and is in the correct state to process.  The
 * keys and states widgets receive input for is managed through the UI editor's key binding dialog (F8).
 *
 * This delegate is called BEFORE kismet is given a chance to process the input.
 *
 * @param	EventParms	information about the input event.
 *
 * @return	TRUE to indicate that this input key was processed; no further processing will occur on this input key event.
 */
delegate bool OnRawInputKey( const out InputEventParameters EventParms );

/**
 * Provides a hook for unrealscript to respond to input using UI input aliases (i.e. Left, Tab, etc.)
 *
 * Called when an input axis event is received which this widget responds to and is in the correct state to process.  The
 * axis and states widgets receive input for is managed through the UI editor's key binding dialog (F8).
 *
 * This delegate is called BEFORE kismet is given a chance to process the input.
 *
 * @param	EventParms	information about the input event.
 *
 * @return	TRUE to indicate that this input key was processed; no further processing will occur on this input key event.
 */
delegate bool OnRawInputAxis( const out InputEventParameters EventParms );

/**
 * Provides a hook for unrealscript to respond to input using UI input aliases (i.e. Clicked, NextControl, etc.)
 *
 * Called when an input key event is received which this widget responds to and is in the correct state to process.  The
 * keys and states widgets receive input for is managed through the UI editor's key binding dialog (F8).
 *
 * This delegate is called AFTER kismet is given a chance to process the input, but BEFORE any native code processes the input.
 *
 * @param	EventParms	information about the input event, including the name of the input alias associated with the
 *						current key name (Tab, Space, etc.), event type (Pressed, Released, etc.) and modifier keys (Ctrl, Alt)
 *
 * @return	TRUE to indicate that this input key was processed; no further processing will occur on this input key event.
 */
delegate bool OnProcessInputKey( const out SubscribedInputEventParameters EventParms );

/**
 * Provides a hook for unrealscript to respond to input using UI input aliases (i.e. Clicked, NextControl, etc.)
 *
 * Called when an input axis event is received which this widget responds to and is in the correct state to process.  The
 * axis and states widgets receive input for is managed through the UI editor's key binding dialog (F8).
 *
 * This delegate is called AFTER kismet is given a chance to process the input, but BEFORE any native code processes the input.
 *
 * @param	EventParms	information about the input event, including the name of the input alias associated with the
 *						current key name (Tab, Space, etc.), event type (Pressed, Released, etc.) and modifier keys (Ctrl, Alt)
 *
 * @return	TRUE to indicate that this input key was processed; no further processing will occur on this input key event.
 */
delegate bool OnProcessInputAxis( const out SubscribedInputEventParameters EventParms );

/**
 * Called whenever this object changes its position
 */
delegate NotifyPositionChanged( UIScreenObject Sender );

/**
 * Called when the viewport rendering this widget's scene is resized.
 *
 * @param	OldViewportSize		the previous size of the viewport
 * @param	NewViewportSize		the new size of the viewport
 */
delegate NotifyResolutionChanged( const out Vector2D OldViewportsize, const out Vector2D NewViewportSize );

/**
 * Called when a new UIState becomes the widget's currently active state, after all activation logic has occurred.
 *
 * @param	Sender					the widget that changed states.
 * @param	PlayerIndex				the index [into the GamePlayers array] for the player that activated this state.
 * @param	NewlyActiveState		the state that is now active
 * @param	PreviouslyActiveState	the state that used the be the widget's currently active state.
 */
delegate transient NotifyActiveStateChanged( UIScreenObject Sender, int PlayerIndex, UIState NewlyActiveState, optional UIState PreviouslyActiveState );

/**
 * Allows others to receive a notification when this widget's visibility status changes.
 *
 * @param	SourceWidget	the widget that changed visibility status
 * @param	bIsVisible		whether this widget is now visible.
 */
delegate NotifyVisibilityChanged( UIScreenObject SourceWidget, bool bIsVisible );

/** If set, this delegate will be called as directly before rendering */
delegate OnPreRenderCallBack();


/* == Natives == */

/**
 * Returns whether this screen object has been initialized.
 */
native final noexport function bool IsInitialized();

/**
 * Called when a new player has been added to the list of active players (i.e. split-screen join) after the scene
 * has been activated.
 *
 * @param	PlayerIndex		the index [into the GamePlayers array] where the player was inserted
 * @param	AddedPlayer		the player that was added
 */
native final virtual function CreatePlayerData( int PlayerIndex, LocalPlayer AddedPlayer );

/**
 * Called when a player has been removed from the list of active players (i.e. split-screen players)
 *
 * @param	PlayerIndex		the index [into the GamePlayers array] where the player was located
 * @param	RemovedPlayer	the player that was removed
 */
native final virtual function RemovePlayerData( int PlayerIndex, LocalPlayer RemovedPlayer );

/**
 * Sets up the focus, input, and any other arrays which contain data that tracked uniquely for each active player.
 * Ensures that the arrays responsible for managing focus chains are synched up with the Engine.GamePlayers array.
 */
native final virtual function InitializePlayerTracking();

/**
 * Retrieves a reference to a LocalPlayer.
 *
 * @param	PlayerIndex		if specified, returns the player at this index in the GamePlayers array.  Otherwise, returns
 *							the player associated with the owner scene.
 *
 * @return	the player that owns this scene or is located in the specified index of the GamePlayers array.
 */
native final function LocalPlayer GetPlayerOwner( optional int PlayerIndex=INDEX_NONE );

/**
 * Plays the sound cue associated with the specified name; simple wrapper for UIInteraction.PlayUISound
 *
 * @param	SoundCueName	the name of the UISoundCue to play; should corresond to one of the values of the UISoundCueNames array.
 * @param	PlayerIndex		allows the caller to indicate which player controller should be used to play the sound cue.  For the most
 *							part, all sounds can be played by the first player, regardless of who generated the play sound event.
 *
 * @return	TRUE if the sound cue specified was found in the currently active skin, even if there was no actual USoundCue associated
 *			with that UISoundCue.
 *
 * @note: noexport because the native version is a static method of UUIScreenObject
 */
native static final noexport function bool PlayUISound( name SoundCueName, optional int PlayerIndex=0 );

/**
 * Utility function for encapsulating constructing a widget
 *
 * @param	Owner			the container for the widget.  Cannot be none
 * @param	WidgetClass		the class of the widget to create.  Cannot be none.
 * @param	WidgetArchetype	the template to use for creating the widget
 * @param	WidgetName		the name to use for the new widget
 */
native final function UIObject CreateWidget( UIScreenObject Owner, class<UIObject> WidgetClass, optional Object WidgetArchetype, optional name WidgetName );

/**
 * Perform all initialization for this widget. Called on all widgets when a scene is opened,
 * once the scene has been completely initialized.
 * For widgets added at runtime, called after the widget has been inserted into its parent's
 * list of children.
 *
 * @param	inOwnerScene	the scene to add this widget to.
 * @param	inOwner			the container widget that will contain this widget.  Will be NULL if the widget
 *							is being added to the scene's list of children.
 */
native final function virtual Initialize( UIScene inOwnerScene, optional UIObject inOwner );

/**
 * Insert a widget at the specified location
 *
 * @param	NewChild		the widget to insert
 * @param	InsertIndex		the position to insert the widget.  If not specified, the widget is insert at the end of
 *							the list
 * @param	bRenameExisting	controls what happens if there is another widget in this widget's Children list with the same tag as NewChild.
 *							if TRUE, renames the existing widget giving a unique transient name.
 *							if FALSE, does not add NewChild to the list and returns FALSE.
 *
 * @return	the position that that the child was inserted in, or INDEX_NONE if the widget was not inserted
 */
native function int InsertChild( UIObject NewChild, optional int InsertIndex = INDEX_NONE, optional bool bRenameExisting=true );

/**
 * Remove an existing child widget from this widget's children
 *
 * @param	ExistingChild	the widget to remove
 * @param	ExclusionSet	used to indicate that multiple widgets are being removed in one batch; useful for preventing references
 *							between the widgets being removed from being severed.
 *
 * @return	TRUE if the child was successfully removed from the list, or if the child was not contained by this widget
 *			FALSE if the child could not be removed from this widget's child list.
 *
 * @note: noexport because non-const optional arrays aren't exported correctly by the script compiler.
 */
native final noexport function bool RemoveChild( UIObject ExistingChild, optional array<UIObject> ExclusionSet );

/**
 * Removes a group of children from this widget's Children array.  All removal notifications are delayed until all children
 * have been removed; useful for removing a group of child widgets without destroying the references between them.
 *
 * @param	ChildrenToRemove	the list of child widgets to remove
 *
 * @return	a list of children that could not be removed; if the return array is emtpy, all children were successfully removed.
 */
native final function array<UIObject> RemoveChildren( array<UIObject> ChildrenToRemove );

/**
 * Replace an existing child widget with the specified widget.
 *
 * @param	ExistingChild	the widget to remove
 * @param	NewChild		the widget to replace ExistingChild with
 *
 * @return	TRUE if the ExistingChild was successfully replaced with the specified NewChild; FALSE otherwise.
 */
native final function bool ReplaceChild( UIObject ExistingChild, UIObject NewChild );

/**
 * Find a child widget with the specified name
 *
 * @param	WidgetName	the name of the child to find
 * @param	bRecurse	if TRUE, searches all children of this object recursively
 *
 * @return	a pointer to a widget contained by this object that has the specified name, or
 *			NULL if no widgets with that name were found
 */
native final function UIObject FindChild( name WidgetName, optional bool bRecurse ) const;

/**
 * Find a child widget with the specified GUID
 *
 * @param	WidgetID	the ID(GUID) of the child to find
 * @param	bRecurse	if TRUE, searches all children of this object recursively
 *
 * @return	a pointer to a widget contained by this object that has the specified GUID, or
 *			NULL if no widgets with that name were found
 */
native final function UIObject FindChildUsingID( WIDGET_ID WidgetID, optional bool bRecurse ) const;

/**
 * Find the index for the child widget with the specified name
 *
 * @param	WidgetName	the name of the child to find
 *
 * @return	the index into the array of children for the widget that has the specified name, or
 *			-1 if there aren't any widgets with that name.
 */
native final function int FindChildIndex( name WidgetName ) const;

/**
 * Returns whether this screen object contains the specified child in its list of children.
 *
 * @param	Child		the child to look for
 * @param	bRecurse	whether to search child widgets for the specified child.  if this value is FALSE,
 *						only the Children array of this screen object will be searched for Child.
 *
 * @return	TRUE if Child is contained by this screen object
 */
native final function bool ContainsChild( UIObject Child, optional bool bRecurse=true ) const;

/**
 * Returns whether this screen object contains a child of the specified class.
 *
 * @param	SearchClass	the class to search for.
 * @param	bRecurse	indicates whether to search child widgets.  if this value is FALSE,
 *						only the Children array of this screen object will be searched for instances of SearchClass.
 *
 * @return	TRUE if Child is contained by this screen object
 */
native final function bool ContainsChildOfClass( class<UIObject> SearchClass, optional bool bRecurse=true ) const;

/**
 * Gets a list of all children contained in this screen object.
 *
 * @param	bRecurse		if FALSE, result will only contain widgets from this screen object's Children array
 *							if TRUE, result will contain all children of this screen object, including their children.
 * @param	ExclusionSet	if specified, any widgets contained in this array will not be added to the output array.
 *
 * @return	an array of widgets contained by this screen object.
 *
 * @note: noexport because non-const optional arrays aren't exported correctly by the script compiler.
 */
native final noexport function array<UIObject> GetChildren( optional bool bRecurse, optional array<UIObject> ExclusionSet ) const;

/**
 * Returns the number of UIObjects owned by this UIScreenObject, recursively
 *
 * @return	the number of widgets (including this one) contained by this widget, including all
 *			child widgets
 */
native final function int GetObjectCount() const;

/**
 * Tell the scene that it needs to be udpated
 *
 * @param	bDockingStackChanged	if TRUE, the scene will rebuild its DockingStack at the beginning
 *									the next frame
 * @param	bPositionsChanged		if TRUE, the scene will update the positions for all its widgets
 *									at the beginning of the next frame
 * @param	bNavLinksOutdated		if TRUE, the scene will update the navigation links for all widgets
 *									at the beginning of the next frame
 * @param	bWidgetStylesChanged	if TRUE, the scene will refresh the widgets reapplying their current styles
 */
native final noexport function RequestSceneUpdate( bool bDockingStackChanged, bool bPositionsChanged, bool bNavLinksOutdated=FALSE, bool bWidgetStylesChanged=FALSE );

/**
 * Flag the scene to refresh all string formatting at the beginning of the next tick.
 */
native final noexport function RequestFormattingUpdate();

/**
 * Notifies the owning UIScene that the primitive usage in this scene has changed and sets flags in the scene to indicate that
 * 3D primitives have been added or removed.
 *
 * @param	bReinitializePrimitives		specify TRUE to have the scene detach all primitives and reinitialize the primitives for
 *										the widgets which have them.  Normally TRUE if we have ADDED a new child to the scene which
 *										supports primitives.
 * @param	bReviewPrimitiveUsage		specify TRUE to have the scene re-evaluate whether its bUsesPrimitives flag should be set.  Normally
 *										TRUE if a child which supports primitives has been REMOVED.
 */
native final noexport function RequestPrimitiveReview( bool bReinitializePrimitives, bool bReviewPrimitiveUsage );

/**
 * Immediately rebuilds the navigation links between the children of this screen object and recalculates the child that should
 * be the first & last focused control.
 */
native function RebuildNavigationLinks();

/**
 * Retrieves the virtual viewport offset for the viewport which renders this widget's scene.  Only relevant in the UI editor;
 * non-zero if the user has panned or zoomed the viewport.
 *
 * @param	out_ViewportOffset	[out] will be filled in with the delta between the viewport's actual origin and virtual origin.
 *
 * @return	TRUE if the viewport origin was successfully retrieved
 */
native final function bool GetViewportOffset( out Vector2D out_ViewportOffset ) const;

/**
 * Retrieves the scale factor for the viewport which renders this widget's scene.  Only relevant in the UI editor.
 */
native final function float GetViewportScale() const;

/**
 * Retrieves the virtual origin of the viewport that this widget is rendered within.  See additional comments in UISceneClient
 *
 * In the game, this will be non-zero if Scene is for split-screen and isn't for the first player.
 * In the editor, this will be equal to the value of the gutter region around the viewport.
 *
 * @param	out_ViewportOrigin	[out] will be filled in with the origin point for the viewport that
 *								owns this screen object
 *
 * @return	TRUE if the viewport origin was successfully retrieved
 */
native final function bool GetViewportOrigin( out Vector2D out_ViewportOrigin ) const;

/**
 * Retrieves the viewport size, accounting for split-screen.
 *
 * @param	out_ViewportSize	[out] will be filled in with the width & height of the viewport that
 *								owns this screen object
 *
 * @return	TRUE if the viewport size was successfully retrieved
 */
native final function bool GetViewportSize( out Vector2D out_ViewportSize ) const;

/**
 * Retrieves the width of the viewport this widget uses for rendering.
 */
native final function float GetViewportWidth() const;

/**
 * Retrieves the height of the viewport this widget uses for rendering.
 */
native final function float GetViewportHeight() const;

/**
 * Activate the event of the specified class.
 *
 * @param	PlayerIndex				the index of the player that activated this event
 * @param	EventClassToActivate	specifies the event class that should be activated.  If there is more than one instance
 *									of a particular event class in this screen object's list of events, all instances will
 *									be activated in the order in which they occur in the event provider's list.
 * @param	InEventActivator		an optional object that can be used for various purposes in UIEvents
 * @param	bActivateImmediately	TRUE to activate the event immediately, causing its output operations to also be processed immediately.
 * @param	IndicesToActivate		Indexes into this UIEvent's Output array to activate.  If not specified, all output links
 *									will be activated
 * @param	out_ActivatedEvents		filled with the event instances that were activated.
 *
 * @note: noexport because non-const optional arrays aren't exported correctly by the script compiler.
 */
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 );

/**
 * Finds UIEvent instances of the specified class.
 *
 * @param	EventClassToFind		specifies the event class to search for.
 * @param	out_EventInstances		an array that will contain the list of event instances of the specified class.
 * @param	LimitScope				if specified, only events contained by the specified state's sequence will be returned.
 * @param	bExactClass				if TRUE, only events that have the class specified will be found.  Otherwise, events of that class
 *									or any of its child classes will be found.
 */
native final function FindEventsOfClass( class<UIEvent> EventClassToFind, out array<UIEvent> out_EventInstances, optional UIState LimitScope, optional bool bExactClass );

/** State functions */

/**
 * Attempts to set the object to the enabled/disabled state specified.
 *
 * @param bEnabled		Whether to enable or disable the widget.
 * @param PlayerIndex	Player index to set the state for.
 *
 * @return TRUE if the operation was successful, FALSE otherwise.
 */
native function bool SetEnabled( bool bEnabled, int PlayerIndex=GetBestPlayerIndex() );

/**
 * Gets the current UIState of this screen object
 *
 * @param	PlayerIndex	the index [into the Engine.GamePlayers array] for the player that generated this call
 */
native final function UIState GetCurrentState( INT PlayerIndex=INDEX_NONE );

/**
 * Determine whether there are any active states of the specified class
 *
 * @param	StateClass	the class to search for
 * @param	PlayerIndex	the index [into the Engine.GamePlayers array] for the player that generated this call
 * @param	StateIndex	if specified, will be set to the index of the last state in the list of active states that
 *						has the class specified
 *
 * @return	TRUE if there is at least one active state of the class specified
 */
native final noexport function bool HasActiveStateOfClass( class<UIState> StateClass, int PlayerIndex, optional out int StateIndex );

/**
 * Adds the specified state to the screen object's StateStack.
 *
 * @param	StateToActivate		the new state for the widget
 * @param	PlayerIndex			the index [into the Engine.GamePlayers array] for the player that generated this call
 *
 * @return	TRUE if the widget's state was successfully changed to the new state.  FALSE if the widget couldn't change
 *			to the new state or the specified state already exists in the widget's list of active states
 */
native final virtual function bool ActivateState( UIState StateToActivate, int PlayerIndex );
/**
 * Alternate version of ActivateState that activates the first state in the InactiveStates array with the specified class
 * that isn't already in the StateStack
 */
native final noexport function bool ActivateStateByClass( class<UIState> StateToActivate, int PlayerIndex, optional out UIState StateThatWasAdded );

/**
 * Removes the specified state from the screen object's state stack.
 *
 * @param	StateToRemove	the state to be removed
 * @param	PlayerIndex		the index [into the Engine.GamePlayers array] for the player that generated this call
 *
 * @return	TRUE if the state was successfully removed, or if the state didn't exist in the widget's list of states;
 *			false if the state overrode the request to be removed
 */
native final virtual function bool DeactivateState( UIState StateToRemove, int PlayerIndex );
/**
 * Alternate version of DeactivateState that deactivates the last state in the StateStack array that has the specified class.
 */
native final noexport function bool DeactivateStateByClass( class<UIState> StateToRemove, int PlayerIndex, optional out UIState StateThatWasRemoved );

/**
 * Propagates the enabled state of this widget to its child widgets, if the widget has the PRIVATE_PropageteState flag set.
 *
 * @param	PlayerIndex		the index [into the Engine.GamePlayers array] for the player that generated this call
 * @param	bForce			specify TRUE to propagate the enabled state even if this widget doesn't have the PropagateState flag set.
 *
 * @return	TRUE if child widget states were set successfully.
 */
native final virtual function bool ConditionalPropagateEnabledState( int PlayerIndex, optional bool bForce );

/**
* Returns TRUE if the player associated with the specified ControllerId is holding the Ctrl key
*
* @fixme - doesn't currently respect the value of ControllerId
*/
native final virtual function bool IsHoldingCtrl( int ControllerId );

/**
* Returns TRUE if the player associated with the specified ControllerId is holding the Alt key
*
* @fixme - doesn't currently respect the value of ControllerId
*/
native final virtual function bool IsHoldingAlt( int ControllerId );

/**
* Returns TRUE if the player associated with the specified ControllerId is holding the Shift key
*
* @fixme - doesn't currently respect the value of ControllerId
*/
native final virtual function bool IsHoldingShift( int ControllerId );

/** === Navigation === */
/**
 * Sets focus to the first focus target within this container.
 *
 * @param	Sender	the widget that generated the focus change.  if NULL, this widget generated the focus change.
 * @param	PlayerIndex		the index [into the Engine.GamePlayers array] for the player that generated the focus change.
 *
 * @return	TRUE if focus was successfully propagated to the first focus target within this container.
 */
native function bool FocusFirstControl( UIScreenObject Sender, optional int PlayerIndex=GetBestPlayerIndex() );

/**
 * Sets focus to the last focus target within this container.
 *
 * @param	Sender			the widget that generated the focus change.  if NULL, this widget generated the focus change.
 * @param	PlayerIndex		the index [into the Engine.GamePlayers array] for the player that generated the focus change.
 *
 * @return	TRUE if focus was successfully propagated to the last focus target within this container.
 */
native function bool FocusLastControl( UIScreenObject Sender, optional int PlayerIndex=GetBestPlayerIndex() );

/**
 * Sets focus to the next control in the tab order (relative to Sender) for widget.  If Sender is the last control in
 * the tab order, propagates the call upwards to this widget's parent widget.
 *
 * @param	Sender			the widget to use as the base for determining which control to focus next
 * @param	PlayerIndex		the index [into the Engine.GamePlayers array] for the player that generated the focus change.
 *
 * @return	TRUE if we successfully set focus to the next control in tab order.  FALSE if Sender was the last eligible
 *			child of this widget or we couldn't otherwise set focus to another control.
 */
native function bool NextControl( UIScreenObject Sender, optional int PlayerIndex=GetBestPlayerIndex() );

/**
 * Sets focus to the previous control in the tab order (relative to Sender) for widget.  If Sender is the first control in
 * the tab order, propagates the call upwards to this widget's parent widget.
 *
 * @param	Sender			the widget to use as the base for determining which control to focus next
 * @param	PlayerIndex		the index [into the Engine.GamePlayers array] for the player that generated the focus change.
 *
 * @return	TRUE if we successfully set focus to the previous control in tab order.  FALSE if Sender was the first eligible
 *			child of this widget or we couldn't otherwise set focus to another control.
 */
native function bool PrevControl( UIScreenObject Sender, optional int PlayerIndex=GetBestPlayerIndex() );

/**
 * Sets focus to the widget bound to the navigation link for specified direction of the Sender.  This function
 * is used for navigation between controls in scenes that support unbound (i.e. any direction) navigation.
 *
 * @param	Sender		Control that called NavigateFocus.  Possible values are:
 *						-	if NULL is specified, it indicates that this is the first step in a focus change.  The widget will
 *							attempt to set focus to its most eligible child widget.  If there are no eligible child widgets, this
 *							widget will enter the focused state and start propagating the focus chain back up through the Owner chain
 *							by calling SetFocus on its Owner widget.
 *						-	if Sender is the widget's owner, it indicates that we are in the middle of a focus change.  Everything else
 *							proceeds the same as if the value for Sender was NULL.
 *						-	if Sender is a child of this widget, it indicates that focus has been successfully changed, and the focus is now being
 *							propagated upwards.  This widget will now enter the focused state and continue propagating the focus chain upwards through
 *							the owner chain.
 * @param	Direction 		the direction to navigate focus.
 * @param	PlayerIndex		the index [into the Engine.GamePlayers array] for the player that generated the focus change.
 *
 * @return	TRUE if the next child widget in the navigation network for the specified direction successfully received focus.
 */
native function bool NavigateFocus( UIScreenObject Sender, EUIWidgetFace Direction, optional int PlayerIndex=GetBestPlayerIndex() );

/** === Focus Handling === */

/**
 * Getter for bNeverFocus
 */
native final function bool IsNeverFocused() const;

/**
 * Determines whether this widget can become the focused control.
 *
 * @param	PlayerIndex		the index [into the Engine.GamePlayers array] for the player to check focus availability
 *
 * @return	TRUE if this widget (or any of its children) is capable of becoming the focused control.
 */
native function bool CanAcceptFocus( optional int PlayerIndex=GetBestPlayerIndex() ) const;

/**
 * Determines whether this widget is allowed to propagate focus chains to and from the specified widget.
 *
 * @param	TestChild	the widget to check
 *
 * @return	TRUE if the this widget is allowed to route the focus chain through TestChild.
 */
native final function bool CanPropagateFocusFor( UIObject TestChild ) const;

/**
 * Activates the focused state for this widget and sets it to be the focused control of its parent (if applicable)
 *
 * @param	Sender		Control that called SetFocus.  Possible values are:
 *						-	if NULL is specified, it indicates that this is the first step in a focus change.  The widget will
 *							attempt to set focus to its most eligible child widget.  If there are no eligible child widgets, this
 *							widget will enter the focused state and start propagating the focus chain back up through the Owner chain
 *							by calling SetFocus on its Owner widget.
 *						-	if Sender is the widget's owner, it indicates that we are in the middle of a focus change.  Everything else
 *							proceeds the same as if the value for Sender was NULL.
 *						-	if Sender is a child of this widget, it indicates that focus has been successfully changed, and the focus is now being
 *							propagated upwards.  This widget will now enter the focused state and continue propagating the focus chain upwards through
 *							the owner chain.
 * @param	PlayerIndex		the index [into the Engine.GamePlayers array] for the player that generated the focus change.
 */
native function bool SetFocus( UIScreenObject Sender, optional int PlayerIndex=GetBestPlayerIndex() );

/**
 * Sets focus to the specified child of this widget.
 *
 * @param	ChildToFocus	the child to set focus to.  If not specified, attempts to set focus to the most elibible child,
 *							as determined by navigation links and FocusPropagation values.
 * @param	PlayerIndex		the index [into the Engine.GamePlayers array] for the player that generated the focus change.
 */
native function bool SetFocusToChild( optional UIObject ChildToFocus, optional int PlayerIndex=GetBestPlayerIndex() );

/**
 * Deactivates the focused state for this widget.
 *
 * @param	Sender			the control that called KillFocus.
 * @param	PlayerIndex		the index [into the Engine.GamePlayers array] for the player that generated the focus change.
 */
native function bool KillFocus( UIScreenObject Sender, optional int PlayerIndex=GetBestPlayerIndex() );

/**
 * Retrieves the child of this widget which is current focused.
 *
 * @param	bRecurse		if TRUE, returns the inner-most focused widget; i.e. the widget at the end of the focus chain
 * @param	PlayerIndex		the index [into the Engine.GamePlayers array] for the player that generated the focus change.
 *
 * @return	a pointer to the child (either direct or indirect) widget which is in the focused state and is the focused control
 *			for its parent widget, or NULL if this widget doesn't have a focused control.
 */
native final function UIObject GetFocusedControl( optional bool bRecurse, optional int PlayerIndex=GetBestPlayerIndex() ) const;

/**
 * Retrieves the child of this widget which last had focus.
 *
 * @param	bRecurse		if TRUE, returns the inner-most previously focused widget; i.e. the widget at the end of the focus chain
 * @param	PlayerIndex		the index [into the Engine.GamePlayers array] for the player that generated the focus change.
 *
 * @return	a pointer to the child (either direct or indirect) widget which was previously the focused control for its parent,
 *			or NULL if this widget doesn't have a LastFocusedControl
 */
native final function UIObject GetLastFocusedControl( optional bool bRecurse, optional int PlayerIndex=GetBestPlayerIndex() ) const;

/**
 * Manually sets the last focused control for this widget; only necessary in cases where a particular child should be given focus
 * but this widget (me) doesn't currently have focus.  Setting the last focused control to the ChildToFocus will make it so that
 * ChildToFocus is given focus the next time this widget does.
 */
native final function OverrideLastFocusedControl( int PlayerIndex, UIObject ChildToFocus );

/**
 * Returns TRUE if this widget has a UIState_Enabled object in its StateStack
 *
 * @param	PlayerIndex			the index of the player to check
 * @param	bCheckOwnerChain	by default, the owner chain is checked as well; specify FALSE to override this behavior.
 */
native final noexport function bool IsEnabled( optional int PlayerIndex=GetBestPlayerIndex(), optional bool bCheckOwnerChain=true ) const;

/**
 * Returns TRUE if this widget has a UIState_Focused object in its StateStack
 *
 * @param	PlayerIndex		the index of the player to check
 */
native final noexport function bool IsFocused( optional int PlayerIndex=GetBestPlayerIndex() ) const;

/**
 * Returns TRUE if this widget has a UIState_Active object in its StateStack
 *
 * @param	PlayerIndex		the index of the player to check
 */
native final noexport function bool IsActive( optional int  PlayerIndex=GetBestPlayerIndex() ) const;

/**
 * Returns TRUE if this widget has a UIState_Pressed object in its StateStack
 *
 * @param	PlayerIndex		the index of the player to check
 */
native final noexport function bool IsPressed( optional int PlayerIndex=GetBestPlayerIndex() ) const;

/**
 * Determines whether this widget can accept input from the player specified
 *
 * @param	PlayerIndex		the index of the player to check
 *
 * @return	TRUE if this widget's PlayerInputMask allows it to process input from the specified player.
 */
native final function bool AcceptsPlayerInput( int PlayerIndex ) const;

/**
 * Returns the number of active split-screen players.
 */
native static final noexport function int GetActivePlayerCount();

/**
 * Returns the maximum number of players that could potentially generate input for this scene.  If the owning scene's input mode
 * is INPUTMODE_Free, will correspond to the maximum number of simultaneous gamepads supported by this platform; otherwise, the
 * number of active players.
 */
native final function int GetSupportedPlayerCount();

/**
 * Returns the index [into the Engine.GamePlayers array] for the player that this widget's owner scene last received
 * input from, or INDEX_NONE if the scene is NULL or hasn't received any input from players yet.
 */
native final function int GetBestPlayerIndex() const;

/**
 * Changes this widget's position to the specified value for the specified face.
 *
 * @param	NewValue		the new value (in pixels or percentage) to use
 * @param	Face			indicates which face to change the position for
 * @param	InputType		indicates the format of the input value
 *							EVALPOS_None:
 *								NewValue will be considered to be in whichever format is configured as the ScaleType for the specified face
 *							EVALPOS_PercentageOwner:
 *							EVALPOS_PercentageScene:
 *							EVALPOS_PercentageViewport:
 *								Indicates that NewValue is a value between 0.0 and 1.0, which represents the percentage of the corresponding
 *								base's actual size.
 *							EVALPOS_PixelOwner
 *							EVALPOS_PixelScene
 *							EVALPOS_PixelViewport
 *								Indicates that NewValue is an actual pixel value, relative to the corresponding base.
 * @param	bZeroOrigin		FALSE indicates that the value specified includes the origin offset of the viewport.
 */
native final function SetPosition( float NewValue, EUIWidgetFace Face, EPositionEvalType InputType=EVALPOS_PixelOwner, optional bool bZeroOrigin );

/**
 * @Returns the Position of a given face for this widget
 * @param	Face			indicates which face to change the position for
 * @param	OutputType		indicates the format of the returnedvalue
 *							EVALPOS_None:
 *								NewValue will be considered to be in whichever format is configured as the ScaleType for the specified face
 *							EVALPOS_PercentageOwner:
 *							EVALPOS_PercentageScene:
 *							EVALPOS_PercentageViewport:
 *								Indicates that return value is between 0.0 and 1.0, which represents the percentage of the corresponding
 *								base's actual size.
 *							EVALPOS_PixelOwner
 *							EVALPOS_PixelScene
 *							EVALPOS_PixelViewport
 *								Indicates that return value is an actual pixel value, relative to the corresponding base.
 *	@param	bIgnoreDockPadding
 *							used to prevent recursion when evaluting docking links
 */
native final function float GetPosition(EUIWidgetFace Face, EPositionEvalType OutputType=EVALPOS_None, optional bool bZeroOrigin, optional bool bIgnoreDockPadding ) const;

/**
 * Returns the width or height for this widget
 *
 * @param	Dimension			UIORIENT_Horizontal to get the width, UIORIENT_Vertical to get the height
 * @param	OutputType			indicates the format of the returnedvalue
 * @param	bIgnoreDockPadding	used to prevent recursion when evaluting docking links
 */
native final function float GetBounds(EUIOrientation Dimension, EPositionEvalType OutputType=EVALPOS_None, optional bool bIgnoreDockPadding) const;

/**
 * Returns this widget's absolute normalized screen position as a vector.
 *
 * @param	bIncludeParentPosition	if TRUE, coordinates returned will be absolute (relative to the viewport origin); if FALSE
 *									returned coordinates will be relative to the owning widget's upper left corner, if applicable.
 */
native final function vector GetPositionVector( optional bool bIncludeParentPosition=true ) const;

/**
 * Generates a list of all widgets which are docked to this one.
 *
 * @param	out_DockedWidgets	receives the list of widgets which are docked to this one
 * @param	SourceFace			if specified, only widgets which are docked to this one through the specified face will be considered
 * @param	TargetFace			if specified, only widgets which are docked to the specified face on this widget will be considered
 */
native final function GetDockedWidgets( out array<UIObject> out_DockedWidgets, optional EUIWidgetFace SourceFace=UIFACE_MAX, optional EUIWidgetFace TargetFace=UIFACE_MAX ) const;

/* === Conversion between coordinate systems === */
/*
There are two coordinate systems that are used by the UI system:

	Canvas (widget local space)
		- X/Y axis are aligned with the widget's top/left face
		- Range is 0,0 to SizeX,SizeY
		- Origin at 0,0 (transformed using the widget's transform matrix)

	Pixel (actual viewport pixel location)
		- X/Y axis are aligned with the screen's top/left edge
		- Range is 0,0 to SizeX,SizeY
		- Origin at 0,0 (top-left of screen)

	the intermediate coordinate systems are not used directly by the UI system, but are important when convertin between them:
	Screen (D3D device coordinates) / Camera (normalized device coordinates)
		- X/Y axis are aligned to the screen's left/top
		- Range is -1,1 to 1,-1 (normalized) or -SizeX/2,SizeY/2 to SizeX/2,-SizeY/2
		- Origin is at 0,0 (center of screen)

*/
/**
 * Converts a coordinate from this widget's local space (that is, tranformed by the widget's rotation) into a 2D viewport
 * location, in pixels.
 *
 * @param	CanvasPosition	a vector representing a location in widget local space.
 *
 * @return	a coordinate representing a point on the screen in pixel space
 */
native final function Vector Project( const out Vector CanvasPosition ) const;

/**
 * Converts an absolute pixel position into 3D screen coordinates.
 *
 * @param	PixelPosition	the position of the 2D point, in pixels
 *
 * @return	a position tranformed using this widget's rotation and the scene client's projection matrix.
 */
native final function Vector DeProject( const out Vector PixelPosition ) const;

/**
 * Transforms a vector from canvas (widget local) space into screen (D3D device) space
 *
 * @param	CanvasPosition	a vector representing a location in widget local space.
 *
 * @return	a vector representing that location in screen space.
 */
native final function Vector4 CanvasToScreen( const out Vector CanvasPosition ) const;

/**
 * Transforms a vector from screen (D3D device space) into pixel (viewport pixels) space.
 *
 * @param	ScreenPosition	a vector representing a location in device space
 *
 * @return	a vector representing that location in pixel space.
 */
native final function Vector2D ScreenToPixel( const out Vector4 ScreenPosition ) const;

/**
 * Transforms a vector from pixel (viewport pixels) space into screen (D3D device) space
 *
 * @param	PixelPosition	a vector representing a location in viewport pixel space
 *
 * @return	a vector representing that location in screen space.
 */
native final function Vector4 PixelToScreen( const out Vector2D PixelPosition ) const;

/**
 * Transforms a vector from screen (D3D device space) space into canvas (widget local) space
 *
 * @param	ScreenPosition	a vector representing a location in screen space.
 *
 * @return	a vector representing that location in screen space.
 */
native final function Vector ScreenToCanvas( const out Vector4 ScreenPosition ) const;

/**
 * Transforms a 2D screen coordinate into this widget's local space in canvas coordinates.  In other words, converts a screen point into
 * what that point would be on this widget if this widget wasn't rotated.
 *
 * @param	PixelPosition	the position of the 2D point; a value from 0 - size of the viewport.
 *
 * @return	a 2D screen coordinate corresponding to where PixelPosition would be if this widget was not rotated.
 */
native final function Vector PixelToCanvas( const out Vector2D PixelPosition ) const;

// Same thing as Project
//native final function Vector2D CanvasToPixel( const out Vector CanvasPosition ) const;

/**
 * Returns a matrix which includes the scene client's CanvasToScreen matrix and this widget's tranform matrix.
 */
native final function matrix GetCanvasToScreen() const;

/**
 * Returns the inverse of the canvas to screen matrix.
 */
native final function Matrix GetInverseCanvasToScreen() const;

/**
 * Calculate the correct scaling factor to use for preserving aspect ratios in e.g. string and image formatting.
 *
 * @param	BaseFont	if specified, a font which can provide a "base" resolution for the scale; otherwise, uses the
 *						values of the DFEAULT_SIZE_X/Y consts as the base resolution.
 *
 * @param	a float representing the aspect ratio percentage to use for scaling fonts and images.
 */
native final function float GetAspectRatioAutoScaleFactor( optional Font BaseFont ) const;

/** == Debug == */

/**
 * Returns a string representation of this widget's hierarchy.
 * i.e. SomeScene.SomeContainer.SomeWidget
 */
native final noexport function string GetWidgetPathName();

/* == Events == */

/**
 * Called once this screen object has been completely initialized, before it has called Initialize on its children.
 */
event Initialized();


/**
 * Called after this screen object's children have been initialized
 */
event PostInitialize();

/**
 * Called immediately after a child has been added to this screen object.
 *
 * @param	WidgetOwner		the screen object that the NewChild was added as a child for
 * @param	NewChild		the widget that was added
 */
event AddedChild( UIScreenObject WidgetOwner, UIObject NewChild );

/**
 * Called immediately after a child has been removed from this screen object.
 *
 * @param	WidgetOwner		the screen object that the widget was removed from.
 * @param	OldChild		the widget that was removed
 * @param	ExclusionSet	used to indicate that multiple widgets are being removed in one batch; useful for preventing references
 *							between the widgets being removed from being severed.
 *							NOTE: If a value is specified, OldChild will ALWAYS be part of the ExclusionSet, since it is being removed.
 */
event RemovedChild( UIScreenObject WidgetOwner, UIObject OldChild, optional array<UIObject> ExclusionSet );

/**
 * Notification that this widget's parent is about to remove this widget from its children array.  Allows the widget
 * to clean up any references to the old parent.
 *
 * @param	WidgetOwner		the screen object that this widget was removed from.
 */
event RemovedFromParent( UIScreenObject WidgetOwner );

/** @return Returns whether or not the player with the specified controller id is logged in */
event bool IsLoggedIn( optional int ControllerId=INDEX_NONE, optional bool bRequireOnlineLogin )
{
	if ( ControllerId == INDEX_NONE )
	{
		ControllerId = GetBestControllerId();
	}

	return class'UIInteraction'.static.IsLoggedIn(ControllerId, bRequireOnlineLogin);
}

/**
 * Changes this widget's visibility.  Do not change this method to be public - if you need to bypass overrides of SetVisibility,
 * use the Super/Super(UIScreenObject) syntax.
 *
 * @param	bVisible	specify FALSE to hide the widget.
 */
final private function PrivateSetVisibility( bool bVisible )
{
	local bool bCouldAcceptFocus;

	if ( bHidden == bVisible )
	{
		bCouldAcceptFocus = CanAcceptFocus(GetBestPlayerIndex());

		bHidden = !bVisible;
		NotifyVisibilityChanged(Self, bVisible);

		if ( IsFocused() )
		{
			KillFocus(None);
		}

		if ( bCouldAcceptFocus != CanAcceptFocus(GetBestPlayerIndex()) )
		{
			RequestSceneUpdate( false, false, true );
		}
	}
}

/**
 * Changes whether this widget is visible or not.  Should be overridden in child classes to perform additional logic or
 * abort the visibility change.
 *
 * @param	bIsVisible	TRUE if the widget should be visible; false if not.
 */
event SetVisibility( bool bIsVisible )
{
	PrivateSetVisibility(bIsVisible);
}

/**
 * Accessor for private variable
 *
 * @returns true if this object is visible
 */
final function bool IsVisible()
{
	return !bHidden;
}

/**
 * Accessor for private variable
 *
 * @returns true if this object is hidden
 */
final function bool IsHidden()
{
	return bHidden;
}

/**
 * Enables input processing in this widget for the player located at the specified index of the Engine.GamePlayers array.
 * If this control is not currently masking input (i.e. its PlayerInputMask is 255), the input mask will be set to only
 * allow input from the player index specified.
 *
 * @param	PlayerIndex		the index of the player that this control should now respond to input for.
 * @param	bRecurse		propagate the new input mask to all children of this control.
 */
final event EnablePlayerInput( byte PlayerIndex, optional bool bRecurse=true )
{
	local byte NewPlayerInputMask;

	if ( PlayerIndex >= 0 && PlayerIndex < MAX_SUPPORTED_GAMEPADS )
	{
		// a value of 255 allows this control to process input from all gamepads, so if the current value
		// is 255, we need to reset it first so that we now only respond to the gamepad index specified.
		if ( PlayerInputMask == 255 )
		{
			PlayerInputMask = 0;
		}

		NewPlayerInputMask = PlayerInputMask | (1 << PlayerIndex);
		SetInputMask(NewPlayerInputMask, bRecurse);
	}
}

/**
 * Disables input processing in this widget for the player located at the specified index of the Engine.GamePlayers array.
 * If this control is no longer masking any players (i.e. the new PlayerInputMask would be 0), the input mask will be reset
 * to allow input from any player.
 *
 * @param	GamepadIndex	the gamepad that this control should no longer respond to input for.
 * @param	bRecurse		propagate the new input mask to all children of this control.
 */
final event DisablePlayerInput( byte PlayerIndex, optional bool bRecurse=true )
{
	local byte NewPlayerInputMask;

	if ( PlayerIndex >= 0 && PlayerIndex < MAX_SUPPORTED_GAMEPADS )
	{
		NewPlayerInputMask = PlayerInputMask & ~(1 << PlayerIndex);

		// if we disabled input for all gamepads, it means that we don't want to mask out
		// any gamepads, so reset this control's input mask so that it will accept input
		// from any gamepad
		if ( NewPlayerInputMask == 0 )
		{
			NewPlayerInputMask = 255;
		}

		SetInputMask(NewPlayerInputMask, bRecurse);
	}
}

/**
 * Changes the player input mask for this control, which controls which players this control will accept input from.
 *
 * @param	NewInputMask	the new mask that should be assigned to this control
 * @param	bRecurse		if TRUE, calls SetInputMask on all child controls as well.
 */
event SetInputMask( byte NewInputMask, optional bool bRecurse=true )
{
	local int i;

	PlayerInputMask = NewInputMask;
	if ( bRecurse )
	{
		for ( i = 0; i < Children.Length; i++ )
		{
			Children[i].SetInputMask(NewInputMask, true);
		}
	}
}

/**
 * Allow Script to add UI Actions
 */
event GetSupportedUIActionKeyNames(out array<Name> out_KeyNames );

/* == Unrealscript == */

/**
 * Returns the scene or widget that contains this widget in its Children array.
 */
function UIScreenObject GetParent();

/** Kismet Action Handlers */
function OnChangeVisibility( UIAction_ChangeVisibility Action )
{
	SetVisibility(Action.bVisible);
}

/** wrapper for enabling/disabling widgets */
final function bool EnableWidget( int PlayerIndex )
{
	return SetEnabled(true, PlayerIndex);
}
final function bool DisableWidget( int PlayerIndex )
{
	return SetEnabled(false, PlayerIndex);
}

function OnConsoleCommand( UIAction_ConsoleCommand Action )
{
	local LocalPlayer PlayerOwner;

	PlayerOwner = GetPlayerOwner();
	if ( PlayerOwner != None && PlayerOwner.Actor != None )
	{
		PlayerOwner.Actor.ConsoleCommand(Action.Command);
	}
	else
	{
		LogInternal(Name$"::"$GetFuncName()@"Couldn't execute console command '" $ Action.Command $ "':" @ "PlayerOwner:"$(PlayerOwner!= None ? string(PlayerOwner.Name) : "None") @ (PlayerOwner != None ? "PlayerOwner.Actor:"$(PlayerOwner.Actor!= None ? string(PlayerOwner.Actor.Name) : "None") : ""));
	}
}

/**
 * @return	the ControllerId for this widget's owner scene's PlayerOwner, or the player that the owning scene last received
 *			input from.  If the owning scene is NULL, the PlayerOwner is NULL, and no input has been received, returns INDEX_NONE.
 */
function int GetBestControllerId()
{
	local LocalPlayer LP;
	local int PlayerIndex, ControllerId;

	LP = GetPlayerOwner();
	if ( LP != None )
	{
		ControllerId = LP.ControllerId;
	}
	else
	{
		PlayerIndex = GetBestPlayerIndex();
		ControllerId = class'UIInteraction'.static.GetPlayerControllerId(PlayerIndex);
	}

	return ControllerId;
}

/** @return Returns the current login status for the specified controller id. */
function ELoginStatus GetLoginStatus(int ControllerId=INDEX_NONE)
{
	if ( ControllerId == INDEX_NONE )
	{
		ControllerId = GetBestControllerId();
	}

	return class'UIInteraction'.static.GetLoginStatus(ControllerId);
}

/** @return Returns the current status of the platform's network connection. */
function bool HasLinkConnection()
{
	return class'UIInteraction'.static.HasLinkConnection();
}

/** @return Returns whether or not the specified player can play online. */
function bool CanPlayOnline(int ControllerId=GetBestControllerId())
{
	return class'UIInteraction'.static.CanPlayOnline(ControllerId);
}

/**
 * Wrapper for getting the NAT type
 */
function ENATType GetNATType()
{
	return class'UIInteraction'.static.GetNatType();
}

/**
 * Displays the friends UI
 *
 * @param Action used to determine which player is requesting the action
 */
function OnShowFriendsUI(UIAction_ShowFriendsUI Action)
{
	local OnlineSubsystem OnlineSub;
	OnlineSub = class'GameEngine'.static.GetOnlineSubsystem();
	if (OnlineSub != None)
	{
		if (OnlineSub.PlayerInterface.ShowFriendsUI(class'UIInteraction'.static.GetPlayerControllerId(Action.PlayerIndex)) == false)
		{
			LogInternal("Failed to show the friends UI");
		}
	}
}

/**
 * Displays the players UI
 *
 * @param Action used to determine which player is requesting the action
 */
function OnShowPlayersUI(UIAction_ShowPlayersUI Action)
{
	local OnlineSubsystem OnlineSub;
	OnlineSub = class'GameEngine'.static.GetOnlineSubsystem();
	if (OnlineSub != None && OnlineSub.PlayerInterfaceEx != None)
	{
		// Show the recent players list for the requesting player
		if (OnlineSub.PlayerInterfaceEx.ShowPlayersUI(class'UIInteraction'.static.GetPlayerControllerId(Action.PlayerIndex)) == false)
		{
			LogInternal("Failed to show the players UI");
		}
	}
}

/**
 * Displays the achievements UI
 *
 * @param Action used to determine which player is requesting the action
 */
function OnShowAchievementsUI(UIAction_ShowAchievementsUI Action)
{
	local OnlineSubsystem OnlineSub;
	OnlineSub = class'GameEngine'.static.GetOnlineSubsystem();
	if (OnlineSub != None)
	{
		if (OnlineSub.PlayerInterfaceEx != None)
		{
			// Show them for the requesting player
			if (OnlineSub.PlayerInterfaceEx.ShowAchievementsUI(class'UIInteraction'.static.GetPlayerControllerId(Action.PlayerIndex)) == false)
			{
				LogInternal("Failed to show the achievements UI");
			}
		}
		else
		{
			LogInternal("OnlineSubsystem does not support the extended player interface");
		}
	}
}

/**
 * Displays the friends invite UI
 *
 * @param Action ignored
 */
function OnShowFriendInviteUI(UIAction_ShowFriendInviteUI Action)
{
	local OnlineSubsystem OnlineSub;
	local UniqueNetId Friend;
//@todo ronp -- remove this code once you are reading the id from somewhere. it just removes a warning
	Friend.Uid[0] = 0;
	OnlineSub = class'GameEngine'.static.GetOnlineSubsystem();
	if (OnlineSub != None && OnlineSub.PlayerInterfaceEx != None)
	{
//@todo ronp -- The Friend var needs to be filled with the UniqueId contained in the OnlineFriend structure for this friend
		if (OnlineSub.PlayerInterfaceEx.ShowFriendsInviteUI(class'UIInteraction'.static.GetPlayerControllerId(Action.PlayerIndex),Friend) == false)
		{
			LogInternal("Failed to show the friends invite UI");
		}
	}
}

/**
 * Displays the messages UI
 *
 * @param Action used to determine which player is requesting the action
 */
function OnShowMessagesUI(UIAction_ShowMessagesUI Action)
{
	local OnlineSubsystem OnlineSub;
	OnlineSub = class'GameEngine'.static.GetOnlineSubsystem();
	if (OnlineSub != None)
	{
		if (OnlineSub.PlayerInterfaceEx != None)
		{
			// Show the messages for the requesting player
			if (OnlineSub.PlayerInterfaceEx.ShowMessagesUI(class'UIInteraction'.static.GetPlayerControllerId(Action.PlayerIndex)) == false)
			{
				LogInternal("Failed to show the messages UI");
			}
		}
		else
		{
			LogInternal("OnlineSubsystem does not support the extended player interface");
		}
	}
}

/**
 * Displays the feedback UI
 *
 * @param Action used to determine which player is requesting the action
 */
function OnShowFeedbackUI(UIAction_ShowFeedbackUI Action)
{
	local OnlineSubsystem OnlineSub;
	local UniqueNetId Player;
//@todo ronp -- remove this code once you are reading the id from somewhere. it just removes a warning
	Player.Uid[0] = 0;
	OnlineSub = class'GameEngine'.static.GetOnlineSubsystem();
	if (OnlineSub != None)
	{
		if (OnlineSub.PlayerInterfaceEx != None)
		{
//@todo ronp -- The Player var needs to be filled with the UniqueId for this player
			if (OnlineSub.PlayerInterfaceEx.ShowFeedbackUI(class'UIInteraction'.static.GetPlayerControllerId(Action.PlayerIndex),Player) == false)
			{
				LogInternal("Failed to show the feedback UI");
			}
		}
		else
		{
			LogInternal("OnlineSubsystem does not support the extended player interface");
		}
	}
}

/**
 * Displays the gamercard UI
 *
 * @param Action used to determine which player is requesting the action
 */
function OnShowGamerCardUI(UIAction_ShowGamerCardUI Action)
{
	local OnlineSubsystem OnlineSub;
	local UniqueNetId Player;
//@todo ronp -- remove this code once you are reading the id from somewhere. it just removes a warning
	Player.Uid[0] = 0;
	OnlineSub = class'GameEngine'.static.GetOnlineSubsystem();
	if (OnlineSub != None)
	{
		if (OnlineSub.PlayerInterfaceEx != None)
		{
//@todo ronp -- The Player var needs to be filled with the UniqueId for this player
			if (OnlineSub.PlayerInterfaceEx.ShowGamerCardUI(class'UIInteraction'.static.GetPlayerControllerId(Action.PlayerIndex),Player) == false)
			{
				LogInternal("Failed to show the gamercard UI");
			}
		}
		else
		{
			LogInternal("OnlineSubsystem does not support the extended player interface");
		}
	}
}

/**
 * Displays the marketplace UI
 *
 * @param Action used to determine which player is requesting the action
 */
function OnShowContentMarketplaceUI(UIAction_ShowContentMarketplaceUI Action)
{
	local OnlineSubsystem OnlineSub;
	OnlineSub = class'GameEngine'.static.GetOnlineSubsystem();
	if (OnlineSub != None)
	{
		if (OnlineSub.PlayerInterfaceEx != None)
		{
			if (OnlineSub.PlayerInterfaceEx.ShowContentMarketplaceUI(class'UIInteraction'.static.GetPlayerControllerId(Action.PlayerIndex)) == false)
			{
				LogInternal("Failed to show the marketplace UI");
			}
		}
		else
		{
			LogInternal("OnlineSubsystem does not support the extended player interface");
		}
	}
}

/**
 * Displays the marketplace UI
 *
 * @param Action used to determine which player is requesting the action
 */
function OnShowMembershipMarketplaceUI(UIAction_ShowMembershipMarketplaceUI Action)
{
	local OnlineSubsystem OnlineSub;
	OnlineSub = class'GameEngine'.static.GetOnlineSubsystem();
	if (OnlineSub != None)
	{
		if (OnlineSub.PlayerInterfaceEx != None)
		{
			if (OnlineSub.PlayerInterfaceEx.ShowMembershipMarketplaceUI(class'UIInteraction'.static.GetPlayerControllerId(Action.PlayerIndex)) == false)
			{
				LogInternal("Failed to show the marketplace UI");
			}
		}
		else
		{
			LogInternal("OnlineSubsystem does not support the extended player interface");
		}
	}
}

/**
 * Handler function for the SetControllerId action.
 */
function OnSetControllerId( UIAction_SetControllerId Action )
{
	local LocalPlayer PlayerOwner;

	if ( Action != None && Action.GamepadID >= 0 && Action.GamepadID < MAX_SUPPORTED_GAMEPADS )
	{
		// get the player that owns this scene
		PlayerOwner = GetPlayerOwner();
		if ( PlayerOwner != None )
		{
			PlayerOwner.SetControllerId(Action.GamepadID);

			// update the action's PlayerIndex so that it still corresponds to the correct player
			Action.PlayerIndex = class'UIInteraction'.static.GetPlayerIndex(PlayerOwner.ControllerId);
		}
	}
}

//Debug
function LogCurrentState( int Indent )
{

	local int i;
    local string IndentString;
	local UIState CurrentState;

	for ( i = 0; i < Indent; i++ )
	{
		IndentString $= " ";
	}

	CurrentState = GetCurrentState();
	LogInternal(IndentString $ "'" $ Name $ "':" @ CurrentState.Name);;
	for ( i = 0; i < Children.Length; i++ )
	{
		Children[i].LogCurrentState(Indent + 3);
	}

}

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'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: tr 31-1-2018 17:18:10.000 - Creation time: sk 18-3-2018 10:01:17.881 - Created with UnCodeX