Commit Graph

48 Commits

Author SHA1 Message Date
zahra nikbakht
36b17feb7c Slate invalidation: fix CommonLazyImage not showing some async-loaded textures in cooked.
#rb vincent.gauthier, saad.nader

[CL 27878064 by zahra nikbakht in ue5-main branch]
2023-09-14 10:19:06 -04:00
jc authier
cd7e7fc6ac Common UI:
- Remove force OnDemand clipping when using a Text Scroll Style

[REVIEW] [at]daren.cheng, [at]vincent.gauthier

[CL 27875549 by jc authier in ue5-main branch]
2023-09-14 08:49:36 -04:00
asil karatas
fd47fa5fa1 UMG: Add setter for LineHeightPercentage property for UTextLayoutWidget
[REVIEW] [at]Peter.Rockwell [at]christian.savoie [at]jc.authier

[CL 27709213 by asil karatas in ue5-main branch]
2023-09-08 09:12:12 -04:00
graham lewis
ac1f817cbc [26.30]
UCommonVisibilitySwitcher:
- Added bCurrentlySwitching flag, set to true in SetActiveWidgetIndex_Internal.
- Added BlueprintPure IsCurrentlySwitching getter.

[REVIEW] [at]editor-ui-systems, [at]fn-uxui-creative-eng

#changelist validated

#virtualized

[CL 27628041 by graham lewis in ue5-main branch]
2023-09-06 04:28:06 -04:00
Vaei
61132a418b PR #10596: CommonWidgetCarousel MoveSpeed exposed
#jira UE-189895
#rb daren.cheng

[CL 27614553 by Vaei in ue5-main branch]
2023-09-05 17:43:14 -04:00
Qyg0n
ad035965eb PR #10770: Fix CommonBoundActionBar Binding filter not using ignore duplicates
#jira UE-193220
#rb daren.cheng

[CL 27614545 by Qyg0n in ue5-main branch]
2023-09-05 17:43:02 -04:00
DoubleDeez
21d8ec3be6 PR #10817: Fix UCommonActivatableWidgetSwitcher activating the first tab when changing tabs first time
#jira UE-194460
#rb daren.cheng

[CL 27614479 by DoubleDeez in ue5-main branch]
2023-09-05 17:42:12 -04:00
DoubleDeez
3f6f4359fe PR #10824: Fix not being able to block input with multiple reasons with UCommonInputSubsystem::SetInputTypeFilter
#jira UE-194472
#rb daren.cheng

[CL 27614062 by DoubleDeez in ue5-main branch]
2023-09-05 17:37:23 -04:00
oleksandr osovskyi
3bdc916500 Fixed issue in CommonTextBlock with LineHeightPercentage and Margin are not updating from bp.
#rnx

[CL 27586801 by oleksandr osovskyi in ue5-main branch]
2023-09-04 11:33:40 -04:00
oleksandr osovskyi
0c8e33e744 Fix for bound input action triggering hold interaction.
Added implementable event for bounded action triggered.
#rnx
#rb Daren.Cheng

[CL 27550507 by oleksandr osovskyi in ue5-main branch]
2023-09-01 04:46:57 -04:00
louisphilippe seguin
36c722f3c4 Fix wrong printf parameters in checkf & ensuremsgf found in engine code
#rb Fabian.Giesen, Kirill.Zorin
#rnx

[CL 27519547 by louisphilippe seguin in ue5-main branch]
2023-08-31 08:56:30 -04:00
graham lewis
48b5a01f6b [26.30]
FUIActionBindingHandle:
- Added GetDisplayInActionBar and SetDisplayInActionBar functions.

[REVIEW] [at]editor-ui-systems, [at]fn-uxui-creative-eng

[CL 27459451 by graham lewis in ue5-main branch]
2023-08-29 15:05:22 -04:00
jc authier
6a7b12f135 CIS Fix non-editor
[CL 27358039 by jc authier in ue5-main branch]
2023-08-24 16:57:34 -04:00
jc authier
3132ce8bed Common UI:
- Add a design time FKey variable in CommonActionWidget for preview

[REVIEW] [at]daren.cheng

[CL 27357142 by jc authier in ue5-main branch]
2023-08-24 16:40:51 -04:00
graham lewis
4de08e935b [26.30] Fix CommonUI actions not updating when widget deactivated.
FActivatableTreeNode::HandleWidgetDeactivated:
- If the path doesn't support activation focus, manually broadcast UCommonUIActionRouterBase::OnBoundActionsUpdated delegate.

[REVIEW] [at]editor-ui-systems, [at]fn-uxui-creative-eng

[CL 27338919 by graham lewis in ue5-main branch]
2023-08-24 09:14:08 -04:00
yevhenii mykytiuk
6297978ad7 Fixed CommonTabListWidgetBase tab registration on design time
[FYI] Saad.Nader

[CL 27300166 by yevhenii mykytiuk in ue5-main branch]
2023-08-23 04:28:39 -04:00
vlad golovan
f69c89a293 [Backout] - CL27295640
[FYI] vlad.golovan
Original CL Desc
-----------------------------------------------------------------
Fix an issue where CommonButtonGroup is not selecting button when SelectedButtonIndex stays the same while the button was removed


#rb daren.cheng

[CL 27296948 by vlad golovan in ue5-main branch]
2023-08-22 23:53:57 -04:00
vlad golovan
49acae0a1c Fix an issue where CommonButtonGroup is not selecting button when SelectedButtonIndex stays the same while the button was removed
#rb daren.cheng

[CL 27295663 by vlad golovan in ue5-main branch]
2023-08-22 21:45:50 -04:00
ben hoffman
d23ea6dd15 Add an InitalizeDependency to Enhanced input on the common input subsystem. Since we bind to a delegate on the EI subsystem on Initalize, we need to specify it as a dependency or else it may not be available in a packaged game.
#rb daren.cheng

[CL 27277234 by ben hoffman in ue5-main branch]
2023-08-22 13:08:38 -04:00
slonopotamus
fb2c77b66f PR #10744: Fix sorting of widgets in the same CommonUI domain
#jira UE-192664
#rb vincent.gauthier

[CL 27036623 by slonopotamus in ue5-main branch]
2023-08-11 14:06:52 -04:00
Antrophyy
557d6d1373 PR #10726: Fix CommonUI's GetDesiredFocusTarget ignoring newly added DesiredFocusWidget property.
#jira UE-192109

[CL 26974746 by Antrophyy in ue5-main branch]
2023-08-09 17:38:48 -04:00
kirill zorin
c8fae0fe1d Using TObjectPtr for fields that get passed to AddReferencedObjects ahead of upcoming API deprecation.
#rb robert.manuszewski
[FYI] sergio.gardeazabal, patrick.boutot, johan.torp, robert.millar

[CL 26785400 by kirill zorin in ue5-main branch]
2023-08-02 15:55:08 -04:00
robert manuszewski
cfe46a88ad TObjectPtr compilation fixes ahead of enabling GC barrier
#rb trivial
[FYI] Kirill.Zorin, Johan.Torp, Zousar.Shaker

[CL 26767884 by robert manuszewski in ue5-main branch]
2023-08-02 06:51:30 -04:00
vincent gauthier
2d0c33800d CommonUI: Add Get/Set to VisualAttachment Content Anchor property.
#jira UE-191603
#rb patrick.boutot

[CL 26752604 by vincent gauthier in ue5-main branch]
2023-08-01 16:19:25 -04:00
saad nader
b3b5323076 Fixed compile issue constantly breaking for most folks in usage of the common tile view.
[REVIEW] [at]andreas.haratzis, [at]cody.haskell, [at]jc.authier
#rnx
#tests: Compiled files to determine if the compile errors went away.

[CL 26639466 by saad nader in ue5-main branch]
2023-07-27 10:24:15 -04:00