Added Borderlands4 and Wwise bulk packaging support
Some checks failed
FModel QA Builder / build (push) Has been cancelled

Fixed inlined shader maps and paks assets on UE 5.6+
This commit is contained in:
LongerWarrior 2025-09-25 01:36:47 +03:00
parent 378c911083
commit 8eeae5d59b
2 changed files with 6 additions and 2 deletions

@ -1 +1 @@
Subproject commit 11f86d60c835b31277565144c0709906ca52a1fd
Subproject commit 85d6931481b1cbca910d9d38978fe7c64125355a

View File

@ -510,7 +510,11 @@
HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}">
<ContentPresenter.Margin>
<MultiBinding Converter="{x:Static adonisConverters:ValuesToThicknessConverter.Instance}">
<Binding Source="-5"/>
<Binding>
<Binding.Source>
<system:Double>-5</system:Double>
</Binding.Source>
</Binding>
<Binding Path="Padding.Top" RelativeSource="{RelativeSource TemplatedParent}"/>
<Binding Path="Padding.Right" RelativeSource="{RelativeSource TemplatedParent}"/>
<Binding Path="Padding.Bottom" RelativeSource="{RelativeSource TemplatedParent}"/>