-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathSaveGameableDoOnce.uplugin
More file actions
38 lines (37 loc) · 1 KB
/
SaveGameableDoOnce.uplugin
File metadata and controls
38 lines (37 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "SaveGameableDoOnce",
"Description": "A Node in blueprint which you can use as 'Do Once',but it can be saved",
"Category": "Other",
"CreatedBy": "SunBoHeng(LingFeng)",
"CreatedByURL": "https://space.bilibili.com/168173226?spm_id_from=333.1007.0.0",
"DocsURL": "https://docs.google.com/document/d/1JMRQdr_A2txk5HMtfROjbZErElIZVKur/edit?usp=sharing&ouid=112371780473520018513&rtpof=true&sd=true",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/36ec03f1f27347d3813ab6e75a8b64eb",
"SupportURL": "2523355376@qq.com",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "SaveGameableDoOnce",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms":
[
"Win64"
]
},
{
"Name": "SGDoOnceEditorNode",
"Type": "UncookedOnly",
"LoadingPhase": "Default",
"WhitelistPlatforms":
[
"Win64"
]
}
]
}