Skip to content

Commit 5a90513

Browse files
committed
5.7 Update
1 parent b1e3dd4 commit 5a90513

53 files changed

Lines changed: 1566 additions & 250 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

AttributesExtension.uplugin

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,10 @@
2020
"LoadingPhase": "PreDefault",
2121
"WhitelistPlatforms": [
2222
"Win64",
23-
"Win32",
2423
"Linux",
24+
"Mac",
2525
"Android",
26-
"PS5",
27-
"XboxOne",
28-
"Switch"
26+
"IOS"
2927
]
3028
},
3129
{
@@ -34,12 +32,8 @@
3432
"LoadingPhase": "PostEngineInit",
3533
"WhitelistPlatforms": [
3634
"Win64",
37-
"Win32",
3835
"Linux",
39-
"Android",
40-
"PS5",
41-
"XboxOne",
42-
"Switch"
36+
"Mac"
4337
]
4438
},
4539
{
@@ -48,9 +42,10 @@
4842
"LoadingPhase" : "PreDefault",
4943
"WhitelistPlatforms": [
5044
"Win64",
51-
"Win32",
5245
"Linux",
53-
"Mac"
46+
"Mac",
47+
"Android",
48+
"IOS"
5449
]
5550
}
5651
]

Source/Attributes/Attributes.Build.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2020 Piperift. All Rights Reserved.
1+
// Copyright 2015-2026 Piperift. All Rights Reserved.
22

33
using UnrealBuildTool;
44

Source/Attributes/Private/AttrCategory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Piperift. All Rights Reserved.
1+
// Copyright 2015-2026 Piperift. All Rights Reserved.
22

33
#include "AttrCategory.h"
44

Source/Attributes/Private/AttrModifier.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Piperift. All Rights Reserved.
1+
// Copyright 2015-2026 Piperift. All Rights Reserved.
22

33
#include "AttrModifier.h"
44

Source/Attributes/Private/AttributesModule.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Piperift. All Rights Reserved.
1+
// Copyright 2015-2026 Piperift. All Rights Reserved.
22

33
#include "AttributesModule.h"
44

Source/Attributes/Private/AttributesSettings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Piperift. All Rights Reserved.
1+
// Copyright 2015-2026 Piperift. All Rights Reserved.
22

33
#include "AttributesSettings.h"
44

Source/Attributes/Private/BaseAttr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Piperift. All Rights Reserved.
1+
// Copyright 2015-2026 Piperift. All Rights Reserved.
22

33
#include "BaseAttr.h"
44

Source/Attributes/Private/DoubleAttr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Piperift. All Rights Reserved.
1+
// Copyright 2015-2026 Piperift. All Rights Reserved.
22

33
#include "DoubleAttr.h"
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
// Copyright 2015-2023 Piperift. All Rights Reserved.
1+
// Copyright 2015-2026 Piperift. All Rights Reserved.
22

33
#include "DoubleAttributesLibrary.h"

Source/Attributes/Private/FloatAttr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Piperift. All Rights Reserved.
1+
// Copyright 2015-2026 Piperift. All Rights Reserved.
22

33
#include "FloatAttr.h"
44

0 commit comments

Comments
 (0)