Skip to content

Commit

Permalink
fix for 4.21 update
Browse files Browse the repository at this point in the history
  • Loading branch information
crocuis committed Feb 9, 2019
1 parent df967c7 commit 94ff0a0
Show file tree
Hide file tree
Showing 9 changed files with 21,755 additions and 14,998 deletions.
5 changes: 5 additions & 0 deletions Examples/Config/DefaultEngine.ini
Expand Up @@ -53,4 +53,9 @@ AppliedTargetedHardwareClass=Desktop
DefaultGraphicsPerformance=Maximum
AppliedDefaultGraphicsPerformance=Maximum

[/Script/IOSRuntimeSettings.IOSRuntimeSettings]
bSupportsPortraitOrientation=False
bSupportsUpsideDownOrientation=False
bSupportsLandscapeLeftOrientation=True
PreferredLandscapeOrientation=LandscapeLeft

1,502 changes: 881 additions & 621 deletions Examples/Content/Scripts/aliases.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions Examples/Content/Scripts/extension-exampleWindow.js
Expand Up @@ -281,6 +281,7 @@ function main() {
),
$link:elem => {
elem.JavascriptContext = Context
elem.EntryWidgetClass = JavascriptUserObjectListEntry
elem.alive = true
elem.proxy = {
OnSelectionChanged: item => contexts.setCurrent(item)
Expand Down Expand Up @@ -395,6 +396,7 @@ function main() {
],
$link:elem => {
elem.JavascriptContext = Context
elem.EntryWidgetClass = JavascriptUserObjectListEntry
elem.alive = true
elem.proxy = {
OnDoubleClick : item => item.actions.install(),
Expand Down
1 change: 1 addition & 0 deletions Examples/Content/Scripts/extension-spiralGenerator.js
Expand Up @@ -278,6 +278,7 @@ function main() {
},
$link:elem => {
elem.JavascriptContext = Context
elem.EntryWidgetClass = JavascriptUserObjectListEntry
elem.proxy = {
OnSelectionChanged: item => {
data = item
Expand Down
1 change: 1 addition & 0 deletions Examples/Content/Scripts/helloUMG.js
Expand Up @@ -217,6 +217,7 @@ function main() {
},
$link:elem => {
elem.JavascriptContext = Context
elem.EntryWidgetClass = JavascriptUserObjectListEntry
elem.proxy = {}
elem.proxy.OnSelectionChanged = (row) => {
console.log('selection')
Expand Down
11,741 changes: 5,558 additions & 6,183 deletions Examples/Content/Scripts/typings/_part_0_ue.d.ts

Large diffs are not rendered by default.

14,514 changes: 7,214 additions & 7,300 deletions Examples/Content/Scripts/typings/_part_1_ue.d.ts

Large diffs are not rendered by default.

8,985 changes: 8,092 additions & 893 deletions Examples/Content/Scripts/typings/ue.d.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Examples/JavascriptPlayground.uproject
@@ -1,6 +1,6 @@
{
"FileVersion": 3,
"EngineAssociation": "4.17",
"EngineAssociation": "4.21",
"Category": "",
"Description": "",
"Modules": [
Expand Down

0 comments on commit 94ff0a0

Please sign in to comment.