dump: [json] pakchunk0
dump: [json] [pak] pakchunk0 dump: [json] [utoc] pakchunk0 track large files with lfs
This commit is contained in:
parent
a0202f19ac
commit
6c5b2d22ac
5983 changed files with 1839706 additions and 0 deletions
25
Engine/Plugins/Experimental/ActorPalette/ActorPalette.json
Normal file
25
Engine/Plugins/Experimental/ActorPalette/ActorPalette.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"FileVersion": 3,
|
||||
"Version": 1,
|
||||
"VersionName": "1.0",
|
||||
"FriendlyName": "Actor Palette",
|
||||
"Description": "Allows creation of Actor Palettes based on existing levels to quickly select actors and drag them into the level editor",
|
||||
"Category": "Experimental",
|
||||
"CreatedBy": "Epic Games, Inc.",
|
||||
"CreatedByURL": "https://epicgames.com",
|
||||
"DocsURL": "",
|
||||
"MarketplaceURL": "",
|
||||
"SupportURL": "",
|
||||
"CanContainContent": false,
|
||||
"IsBetaVersion": true,
|
||||
"EnabledByDefault": false,
|
||||
"IsExperimentalVersion": false,
|
||||
"Installed": false,
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "ActorPalette",
|
||||
"Type": "Editor",
|
||||
"LoadingPhase": "Default"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"FileVersion": 3,
|
||||
"Version": 1,
|
||||
"VersionName": "0.1",
|
||||
"FriendlyName": "Automation Utilities",
|
||||
"Description": "Tools and Utilities for Automation purposes",
|
||||
"Category": "Testing",
|
||||
"CreatedBy": "Epic Games, Inc.",
|
||||
"CreatedByURL": "https://epicgames.com",
|
||||
"MarketplaceURL": "",
|
||||
"SupportURL": "",
|
||||
"EnabledByDefault": true,
|
||||
"CanContainContent": false,
|
||||
"IsBetaVersion": true,
|
||||
"Installed": false,
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "AutomationUtils",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "Default"
|
||||
},
|
||||
{
|
||||
"Name": "AutomationUtilsEditor",
|
||||
"Type": "Editor",
|
||||
"LoadingPhase": "Default"
|
||||
}
|
||||
],
|
||||
"DocsURL": "",
|
||||
"IsExperimentalVersion": false
|
||||
}
|
21
Engine/Plugins/Experimental/BackChannel/BackChannel.json
Normal file
21
Engine/Plugins/Experimental/BackChannel/BackChannel.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"FileVersion": 3,
|
||||
"FriendlyName": "BackChannel",
|
||||
"Version": 1.0,
|
||||
"VersionName": "1",
|
||||
"Description": "BackChannel is an experimental plugin that allows external tools and apps to query for and push data into a running Unreal session.",
|
||||
"Category": "Experimental",
|
||||
"CreatedBy": "Epic Games, Inc.",
|
||||
"CreatedByURL": "https://epicgames.com",
|
||||
"EnabledByDefault": true,
|
||||
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "BackChannel",
|
||||
"Type": "RuntimeNoCommandlet",
|
||||
"LoadingPhase": "Default",
|
||||
"PlatformDenyList": [
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
36
Engine/Plugins/Experimental/ChaosCaching/ChaosCaching.json
Normal file
36
Engine/Plugins/Experimental/ChaosCaching/ChaosCaching.json
Normal file
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"FileVersion": 3,
|
||||
"Version": 1,
|
||||
"VersionName": "1.0",
|
||||
"FriendlyName": "ChaosCaching",
|
||||
"Description": "Chaos Cache asset support for recording and playing back physics simulations",
|
||||
"Category": "Physics",
|
||||
"CreatedBy": "Epic Games, Inc.",
|
||||
"CreatedByURL": "https://epicgames.com",
|
||||
"DocsURL": "",
|
||||
"MarketplaceURL": "",
|
||||
"SupportURL": "",
|
||||
"EnabledByDefault": false,
|
||||
"CanContainContent": true,
|
||||
"IsBetaVersion": true,
|
||||
"IsExperimentalVersion": true,
|
||||
"Installed": false,
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "ChaosCaching",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "PreDefault"
|
||||
},
|
||||
{
|
||||
"Name": "ChaosCachingEditor",
|
||||
"Type": "Editor",
|
||||
"LoadingPhase": "PreDefault"
|
||||
}
|
||||
],
|
||||
"Plugins": [
|
||||
{
|
||||
"Name": "Takes",
|
||||
"Enabled": true
|
||||
}
|
||||
]
|
||||
}
|
29
Engine/Plugins/Experimental/ChaosCloth/ChaosCloth.json
Normal file
29
Engine/Plugins/Experimental/ChaosCloth/ChaosCloth.json
Normal file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"FileVersion" : 3,
|
||||
"Version" : 1,
|
||||
"VersionName" : "1.0",
|
||||
"FriendlyName" : "Chaos Cloth",
|
||||
"Description" : "Adds Chaos Cloth Module.",
|
||||
"Category": "Physics",
|
||||
"CreatedBy" : "Epic Games, Inc.",
|
||||
"CreatedByURL" : "https://epicgames.com",
|
||||
"DocsURL" : "",
|
||||
"MarketplaceURL" : "",
|
||||
"SupportURL" : "",
|
||||
"EnabledByDefault" : true,
|
||||
"CanContainContent" : false,
|
||||
"Installed" : false,
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "ChaosCloth",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "PostConfigInit"
|
||||
}
|
||||
],
|
||||
"Plugins": [
|
||||
{
|
||||
"Name": "ChaosCaching",
|
||||
"Enabled": true
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"FileVersion": 1,
|
||||
"Version": 1,
|
||||
"VersionName": "1.0",
|
||||
"FriendlyName": "Chaos Cloth Editor",
|
||||
"Description": "Editor module accompanying the Chaos Cloth runtime module.",
|
||||
"Category": "Physics",
|
||||
"CreatedBy": "Epic Games, Inc.",
|
||||
"CreatedByURL": "https://epicgames.com",
|
||||
"DocsURL": "",
|
||||
"MarketplaceURL": "",
|
||||
"SupportURL": "",
|
||||
"EnabledByDefault": true,
|
||||
"CanContainContent": true,
|
||||
"Installed": false,
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "ChaosClothEditor",
|
||||
"Type": "Editor",
|
||||
"LoadingPhase": "Default"
|
||||
}
|
||||
],
|
||||
"Plugins": [
|
||||
{
|
||||
"Name": "ChaosCloth",
|
||||
"Enabled": true
|
||||
}
|
||||
]
|
||||
}
|
48
Engine/Plugins/Experimental/ChaosEditor/ChaosEditor.json
Normal file
48
Engine/Plugins/Experimental/ChaosEditor/ChaosEditor.json
Normal file
|
@ -0,0 +1,48 @@
|
|||
{
|
||||
"FileVersion": 3,
|
||||
"Version": 1,
|
||||
"VersionName": "1.0",
|
||||
"FriendlyName": "ChaosEditor",
|
||||
"Description": "Destruction Tools",
|
||||
"Category": "Editor",
|
||||
"CreatedBy": "Epic Games, Inc.",
|
||||
"CreatedByURL": "https://epicgames.com",
|
||||
"DocsURL": "",
|
||||
"MarketplaceURL": "",
|
||||
"SupportURL": "",
|
||||
"CanContainContent": false,
|
||||
"IsBetaVersion": true,
|
||||
"Installed": false,
|
||||
"EnabledByDefault": true,
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "FractureEditor",
|
||||
"Type": "Editor",
|
||||
"LoadingPhase": "Default"
|
||||
}
|
||||
],
|
||||
"Plugins": [
|
||||
{
|
||||
"Name": "PlanarCut",
|
||||
"Enabled": true,
|
||||
"TargetAllowList": [ "Editor" ]
|
||||
},
|
||||
{
|
||||
"Name": "GeometryCollectionPlugin",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "MeshModelingToolsetExp",
|
||||
"Enabled": true,
|
||||
"TargetAllowList": [ "Editor" ]
|
||||
},
|
||||
{
|
||||
"Name": "EditorScriptingUtilities",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "Fracture",
|
||||
"Enabled": true
|
||||
}
|
||||
]
|
||||
}
|
34
Engine/Plugins/Experimental/ChaosNiagara/ChaosNiagara.json
Normal file
34
Engine/Plugins/Experimental/ChaosNiagara/ChaosNiagara.json
Normal file
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"FileVersion": 1,
|
||||
"Version": 1,
|
||||
"VersionName": "0.1",
|
||||
"FriendlyName": "Chaos Niagara",
|
||||
"Description": "Import destruction data from Chaos into Niagara to generate secondary destruction effects.",
|
||||
"Category": "",
|
||||
"CreatedBy": "Epic Games, Inc.",
|
||||
"CreatedByURL": "https://epicgames.com",
|
||||
"DocsURL": "",
|
||||
"MarketplaceURL": "",
|
||||
"SupportURL": "",
|
||||
"EnabledByDefault": true,
|
||||
"CanContainContent": true,
|
||||
"IsBetaVersion": true,
|
||||
"Installed": false,
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "ChaosNiagara",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "Default"
|
||||
}
|
||||
],
|
||||
"Plugins": [
|
||||
{
|
||||
"Name": "Niagara",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "ChaosSolverPlugin",
|
||||
"Enabled": true
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"FileVersion" : 1,
|
||||
"Version" : 1,
|
||||
"VersionName" : "0.1",
|
||||
"FriendlyName" : "Chaos Solver",
|
||||
"Description" : "Physics Solver",
|
||||
"Category": "Physics",
|
||||
"CreatedBy" : "Epic Games, Inc.",
|
||||
"CreatedByURL" : "https://epicgames.com",
|
||||
"DocsURL" : "",
|
||||
"MarketplaceURL" : "",
|
||||
"SupportURL" : "",
|
||||
"EnabledByDefault" : true,
|
||||
"CanContainContent" : true,
|
||||
"IsBetaVersion" : true,
|
||||
"Installed" : false,
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "ChaosSolverEditor",
|
||||
"Type": "Editor",
|
||||
"LoadingPhase": "Default"
|
||||
},
|
||||
]
|
||||
}
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"FileVersion": 1,
|
||||
"Version": 1,
|
||||
"VersionName": "1.0",
|
||||
"FriendlyName": "ChaosUserDataPT",
|
||||
"Description": "Custom per-particle userdata. Write-only on game thread, read-only on physics thread.",
|
||||
"Category": "Editor",
|
||||
"CreatedBy": "Epic Games, Inc.",
|
||||
"CreatedByURL": "https://epicgames.com",
|
||||
"DocsURL": "",
|
||||
"MarketplaceURL": "",
|
||||
"SupportURL": "",
|
||||
"CanContainContent": false,
|
||||
"IsBetaVersion": true,
|
||||
"Installed": false,
|
||||
"EnabledByDefault": true,
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "ChaosUserDataPT",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "Default"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"FileVersion": 3,
|
||||
"Version": 1,
|
||||
"VersionName": "1.0",
|
||||
"FriendlyName": "ChaosVehiclesPlugin",
|
||||
"Description": "Chaos Vehicle Integration",
|
||||
"Category": "Physics",
|
||||
"CreatedBy": "Epic Games, Inc.",
|
||||
"CreatedByURL": "https://epicgames.com",
|
||||
"DocsURL": "",
|
||||
"MarketplaceURL": "",
|
||||
"SupportURL": "",
|
||||
"EnabledByDefault": false,
|
||||
"CanContainContent": true,
|
||||
"IsBetaVersion": false,
|
||||
"IsExperimentalVersion": true,
|
||||
"Installed": false,
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "ChaosVehicles",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "PreDefault"
|
||||
},
|
||||
{
|
||||
"Name": "ChaosVehiclesEditor",
|
||||
"Type": "UncookedOnly",
|
||||
"LoadingPhase": "PreDefault"
|
||||
}
|
||||
]
|
||||
}
|
25
Engine/Plugins/Experimental/CharacterAI/CharacterAI.json
Normal file
25
Engine/Plugins/Experimental/CharacterAI/CharacterAI.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"FileVersion" : 3,
|
||||
"Version" : 1,
|
||||
"VersionName" : "0.1",
|
||||
"FriendlyName" : "CharacterAI",
|
||||
"Description" : "Adds code and assets related to implementing AI in a character-based project.",
|
||||
"Category" : "Gameplay",
|
||||
"CreatedBy" : "Epic Games, Inc.",
|
||||
"CreatedByURL" : "https://epicgames.com",
|
||||
"DocsURL" : "",
|
||||
"MarketplaceURL" : "",
|
||||
"SupportURL" : "",
|
||||
"EnabledByDefault" : true,
|
||||
"CanContainContent" : false,
|
||||
"IsBetaVersion" : true,
|
||||
"Installed" : false,
|
||||
"Modules" :
|
||||
[
|
||||
{
|
||||
"Name" : "CharacterAI",
|
||||
"Type" : "Runtime",
|
||||
"LoadingPhase" : "PostEngineInit"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"FileVersion": 3,
|
||||
"Version": 1,
|
||||
"VersionName": "1.0",
|
||||
"FriendlyName": "Color Correction Regions (CCR)",
|
||||
"Description": "Color correction/shading constrained to regions/volumes",
|
||||
"Category": "Other",
|
||||
"CreatedBy": "Epic Games, Inc.",
|
||||
"CreatedByURL": "https://epicgames.com",
|
||||
"DocsURL": "",
|
||||
"MarketplaceURL": "",
|
||||
"SupportURL": "",
|
||||
"CanContainContent": true,
|
||||
"IsBetaVersion": false,
|
||||
"IsExperimentalVersion": false,
|
||||
"Installed": false,
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "ColorCorrectRegions",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "PostConfigInit"
|
||||
},
|
||||
{
|
||||
"Name": "ColorCorrectRegionsEditor",
|
||||
"Type": "Editor",
|
||||
"LoadingPhase": "PostEngineInit"
|
||||
}
|
||||
],
|
||||
"Plugins": [
|
||||
{
|
||||
"Name": "nDisplayModularFeatures",
|
||||
"Enabled": true
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
[CoreRedirects]
|
||||
|
||||
+ClassRedirects=(OldName="ColorCorrectRegion_C",NewName="/Script/ColorCorrectRegions.ColorCorrectionRegion",OverrideClassName="/Script/CoreUObject.Class")
|
||||
+PackageRedirects=(OldName="/ColorCorrectRegions/Blueprints/ColorCorrectRegion",Removed=True)
|
||||
+ClassRedirects=(OldName="/Script/ColorCorrectRegions.ColorCorrectWindow", NewName="/Script/ColorCorrectRegions.ColorCorrectionWindow")
|
||||
|
|
@ -0,0 +1,81 @@
|
|||
[
|
||||
{
|
||||
"Type": "Material",
|
||||
"Name": "M_ColorCorrectRegionTransparentPreview",
|
||||
"Class": "UScriptClass'Material'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"BlendMode": "EBlendMode::BLEND_Translucent",
|
||||
"ShadingModel": "EMaterialShadingModel::MSM_Unlit",
|
||||
"ShadingModels": {
|
||||
"ShadingModelField": 1
|
||||
},
|
||||
"bCanMaskedBeAssumedOpaque": true,
|
||||
"bCastRayTracedShadows": false,
|
||||
"StateId": "824D6DED-A8DFCCCF-90FC1483-B40B2366",
|
||||
"bIncludedInBaseGame": true
|
||||
},
|
||||
"LoadedMaterialResources": [],
|
||||
"CachedExpressionData": {
|
||||
"RuntimeEntries": {
|
||||
"ParameterInfoSet": []
|
||||
},
|
||||
"RuntimeEntries[1]": {
|
||||
"ParameterInfoSet": []
|
||||
},
|
||||
"RuntimeEntries[2]": {
|
||||
"ParameterInfoSet": []
|
||||
},
|
||||
"RuntimeEntries[3]": {
|
||||
"ParameterInfoSet": []
|
||||
},
|
||||
"RuntimeEntries[4]": {
|
||||
"ParameterInfoSet": []
|
||||
},
|
||||
"RuntimeEntries[5]": {
|
||||
"ParameterInfoSet": []
|
||||
},
|
||||
"RuntimeEntries[6]": {
|
||||
"ParameterInfoSet": []
|
||||
},
|
||||
"RuntimeEntries[7]": {
|
||||
"ParameterInfoSet": []
|
||||
},
|
||||
"ScalarPrimitiveDataIndexValues": [],
|
||||
"VectorPrimitiveDataIndexValues": [],
|
||||
"ScalarValues": [],
|
||||
"StaticSwitchValues": [],
|
||||
"DynamicSwitchValues": [],
|
||||
"VectorValues": [],
|
||||
"DoubleVectorValues": [],
|
||||
"TextureValues": [],
|
||||
"FontValues": [],
|
||||
"FontPageValues": [],
|
||||
"RuntimeVirtualTextureValues": [],
|
||||
"SparseVolumeTextureValues": [],
|
||||
"ReferencedTextures": [],
|
||||
"FunctionInfos": [],
|
||||
"FunctionInfosStateCRC": 4294967295,
|
||||
"ParameterCollectionInfos": [],
|
||||
"GrassTypes": [],
|
||||
"MaterialLayers": {
|
||||
"Layers": [],
|
||||
"Blends": []
|
||||
},
|
||||
"DynamicParameterNames": [],
|
||||
"QualityLevelsUsed": [
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false
|
||||
],
|
||||
"bHasMaterialLayers": false,
|
||||
"bHasRuntimeVirtualTextureOutput": false,
|
||||
"bHasSceneColor": false,
|
||||
"bHasPerInstanceCustomData": false,
|
||||
"bHasPerInstanceRandom": false,
|
||||
"bHasVertexInterpolator": false,
|
||||
"PropertyConnectedMask": 3
|
||||
}
|
||||
}
|
||||
]
|
45
Engine/Plugins/Experimental/Dataflow/Dataflow.json
Normal file
45
Engine/Plugins/Experimental/Dataflow/Dataflow.json
Normal file
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"FileVersion" : 3,
|
||||
"Version" : 1,
|
||||
"VersionName" : "0.1",
|
||||
"FriendlyName" : "Editor DataflowGraph",
|
||||
"Description" : "Editor Dataflow Graph",
|
||||
"Category": "Editor",
|
||||
"CreatedBy" : "Epic Games, Inc.",
|
||||
"CreatedByURL" : "https://epicgames.com",
|
||||
"DocsURL" : "",
|
||||
"MarketplaceURL" : "",
|
||||
"SupportURL" : "",
|
||||
"EnabledByDefault" : true,
|
||||
"CanContainContent" : true,
|
||||
"IsBetaVersion" : true,
|
||||
"IsExperimentalVersion": true,
|
||||
"Installed" : false,
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "DataflowEditor",
|
||||
"Type": "Editor",
|
||||
"LoadingPhase": "Default"
|
||||
},
|
||||
{
|
||||
"Name": "DataflowEnginePlugin",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "Default"
|
||||
},
|
||||
{
|
||||
"Name": "DataflowNodes",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "Default"
|
||||
}
|
||||
],
|
||||
"Plugins": [
|
||||
{
|
||||
"Name": "ProceduralMeshComponent",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "GeometryProcessing",
|
||||
"Enabled": true
|
||||
}
|
||||
]
|
||||
}
|
33
Engine/Plugins/Experimental/Fracture/Fracture.json
Normal file
33
Engine/Plugins/Experimental/Fracture/Fracture.json
Normal file
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"FileVersion": 1,
|
||||
"Version": 1,
|
||||
"VersionName": "0.1",
|
||||
"FriendlyName": "Fracture",
|
||||
"Description": "Adds Module for FractureEditor",
|
||||
"Category": "Physics",
|
||||
"CreatedBy": "Epic Games, Inc.",
|
||||
"CreatedByURL": "http://epicgames.com",
|
||||
"DocsURL": "",
|
||||
"MarketplaceURL": "",
|
||||
"SupportURL": "",
|
||||
"CanContainContent": false,
|
||||
"IsBetaVersion": true,
|
||||
"Installed": false,
|
||||
"EnabledByDefault": false,
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "FractureEngine",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "PostEngineInit"
|
||||
}
|
||||
],
|
||||
"Plugins": [
|
||||
{
|
||||
"Name": "PlanarCut",
|
||||
"Enabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
[CoreRedirects]
|
||||
+PropertyRedirects=(OldName="RigUnit_FullbodyIK.EndEffectors",NewName="RigUnit_FullbodyIK.Effectors")
|
||||
|
35
Engine/Plugins/Experimental/FullBodyIK/FullBodyIK.json
Normal file
35
Engine/Plugins/Experimental/FullBodyIK/FullBodyIK.json
Normal file
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"FileVersion": 3,
|
||||
"Version": 1,
|
||||
"VersionName": "1.0",
|
||||
"FriendlyName": "Full Body IK",
|
||||
"Description": "",
|
||||
"Category": "Other",
|
||||
"CreatedBy": "Epic Games, Inc.",
|
||||
"CreatedByURL": "https://epicgames.com",
|
||||
"DocsURL": "",
|
||||
"MarketplaceURL": "",
|
||||
"SupportURL": "",
|
||||
"CanContainContent": true,
|
||||
"IsBetaVersion": false,
|
||||
"IsExperimentalVersion": false,
|
||||
"Installed": false,
|
||||
"Plugins": [
|
||||
{
|
||||
"Name": "ControlRig",
|
||||
"Enabled": true
|
||||
}
|
||||
],
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "FullBodyIK",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "PreDefault"
|
||||
},
|
||||
{
|
||||
"Name": "PBIK",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "PreDefault"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,65 @@
|
|||
{
|
||||
"FileVersion" : 3,
|
||||
"Version" : 1,
|
||||
"VersionName" : "0.1",
|
||||
"FriendlyName" : "Geometry",
|
||||
"Description" : "Adds Geometry Collection Container.",
|
||||
"Category": "Geometry",
|
||||
"CreatedBy" : "Epic Games, Inc.",
|
||||
"CreatedByURL" : "https://epicgames.com",
|
||||
"DocsURL" : "",
|
||||
"MarketplaceURL" : "",
|
||||
"SupportURL" : "",
|
||||
"EnabledByDefault" : false,
|
||||
"CanContainContent" : true,
|
||||
"IsBetaVersion" : true,
|
||||
"Installed" : false,
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "GeometryCollectionEditor",
|
||||
"Type": "Editor",
|
||||
"LoadingPhase": "Default"
|
||||
},
|
||||
{
|
||||
"Name": "GeometryCollectionTracks",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "Default"
|
||||
},
|
||||
{
|
||||
"Name": "GeometryCollectionSequencer",
|
||||
"Type": "Editor",
|
||||
"LoadingPhase": "Default"
|
||||
},
|
||||
{
|
||||
"Name": "GeometryCollectionNodes",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "Default"
|
||||
}
|
||||
],
|
||||
"Plugins": [
|
||||
{
|
||||
"Name": "ProceduralMeshComponent",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "ChaosSolverPlugin",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "Dataflow",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "PlanarCut",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "GeometryProcessing",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "Fracture",
|
||||
"Enabled": true
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"FileVersion": 3,
|
||||
"Version": 1,
|
||||
"VersionName": "0.1",
|
||||
"FriendlyName": "Geometry Script",
|
||||
"Description": "Geometry Script provides a library of functions for creating and editing Meshes in Blueprints and Python",
|
||||
"Category": "Geometry",
|
||||
"CreatedBy": "Epic Games, Inc.",
|
||||
"CreatedByURL": "https://epicgames.com",
|
||||
"DocsURL": "",
|
||||
"MarketplaceURL": "",
|
||||
"SupportURL": "",
|
||||
"CanContainContent": true,
|
||||
"IsExperimentalVersion": false,
|
||||
"IsBetaVersion": true,
|
||||
"Installed": false,
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "GeometryScriptingCore",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "PreDefault"
|
||||
},
|
||||
{
|
||||
"Name": "GeometryScriptingEditor",
|
||||
"Type": "Editor",
|
||||
"LoadingPhase": "Default"
|
||||
}
|
||||
],
|
||||
"Plugins": [
|
||||
{
|
||||
"Name": "GeometryProcessing",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "MeshModelingToolset",
|
||||
"Enabled": true
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,131 @@
|
|||
[
|
||||
{
|
||||
"Type": "TextureCube",
|
||||
"Name": "Sky54a2048",
|
||||
"Class": "UScriptClass'TextureCube'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"LightingGuid": "10456A5F-4BC00ACF-A2DBABAB-BC2945B7",
|
||||
"CompressionSettings": "TextureCompressionSettings::TC_HDR",
|
||||
"LODGroup": "TextureGroup::TEXTUREGROUP_Skybox",
|
||||
"SRGB": false
|
||||
},
|
||||
"SizeX": 512,
|
||||
"SizeY": 3072,
|
||||
"PackedData": 2147483654,
|
||||
"PixelFormat": "PF_FloatRGBA",
|
||||
"FirstMipToSerialize": 0,
|
||||
"Mips": [
|
||||
{
|
||||
"BulkData": {
|
||||
"BulkDataFlags": "BULKDATA_SingleUse | BULKDATA_ForceInlinePayload",
|
||||
"ElementCount": 12582912,
|
||||
"SizeOnDisk": 12582912,
|
||||
"OffsetInFile": "0x70"
|
||||
},
|
||||
"SizeX": 512,
|
||||
"SizeY": 3072,
|
||||
"SizeZ": 1
|
||||
},
|
||||
{
|
||||
"BulkData": {
|
||||
"BulkDataFlags": "BULKDATA_SingleUse | BULKDATA_ForceInlinePayload",
|
||||
"ElementCount": 3145728,
|
||||
"SizeOnDisk": 3145728,
|
||||
"OffsetInFile": "0xC00080"
|
||||
},
|
||||
"SizeX": 256,
|
||||
"SizeY": 1536,
|
||||
"SizeZ": 1
|
||||
},
|
||||
{
|
||||
"BulkData": {
|
||||
"BulkDataFlags": "BULKDATA_SingleUse | BULKDATA_ForceInlinePayload",
|
||||
"ElementCount": 786432,
|
||||
"SizeOnDisk": 786432,
|
||||
"OffsetInFile": "0xF00090"
|
||||
},
|
||||
"SizeX": 128,
|
||||
"SizeY": 768,
|
||||
"SizeZ": 1
|
||||
},
|
||||
{
|
||||
"BulkData": {
|
||||
"BulkDataFlags": "BULKDATA_SingleUse | BULKDATA_ForceInlinePayload",
|
||||
"ElementCount": 196608,
|
||||
"SizeOnDisk": 196608,
|
||||
"OffsetInFile": "0xFC00A0"
|
||||
},
|
||||
"SizeX": 64,
|
||||
"SizeY": 384,
|
||||
"SizeZ": 1
|
||||
},
|
||||
{
|
||||
"BulkData": {
|
||||
"BulkDataFlags": "BULKDATA_SingleUse | BULKDATA_ForceInlinePayload",
|
||||
"ElementCount": 49152,
|
||||
"SizeOnDisk": 49152,
|
||||
"OffsetInFile": "0xFF00B0"
|
||||
},
|
||||
"SizeX": 32,
|
||||
"SizeY": 192,
|
||||
"SizeZ": 1
|
||||
},
|
||||
{
|
||||
"BulkData": {
|
||||
"BulkDataFlags": "BULKDATA_SingleUse | BULKDATA_ForceInlinePayload",
|
||||
"ElementCount": 12288,
|
||||
"SizeOnDisk": 12288,
|
||||
"OffsetInFile": "0xFFC0C0"
|
||||
},
|
||||
"SizeX": 16,
|
||||
"SizeY": 96,
|
||||
"SizeZ": 1
|
||||
},
|
||||
{
|
||||
"BulkData": {
|
||||
"BulkDataFlags": "BULKDATA_SingleUse | BULKDATA_ForceInlinePayload",
|
||||
"ElementCount": 3072,
|
||||
"SizeOnDisk": 3072,
|
||||
"OffsetInFile": "0xFFF0D0"
|
||||
},
|
||||
"SizeX": 8,
|
||||
"SizeY": 48,
|
||||
"SizeZ": 1
|
||||
},
|
||||
{
|
||||
"BulkData": {
|
||||
"BulkDataFlags": "BULKDATA_SingleUse | BULKDATA_ForceInlinePayload",
|
||||
"ElementCount": 768,
|
||||
"SizeOnDisk": 768,
|
||||
"OffsetInFile": "0xFFFCE0"
|
||||
},
|
||||
"SizeX": 4,
|
||||
"SizeY": 24,
|
||||
"SizeZ": 1
|
||||
},
|
||||
{
|
||||
"BulkData": {
|
||||
"BulkDataFlags": "BULKDATA_SingleUse | BULKDATA_ForceInlinePayload",
|
||||
"ElementCount": 192,
|
||||
"SizeOnDisk": 192,
|
||||
"OffsetInFile": "0xFFFFF0"
|
||||
},
|
||||
"SizeX": 2,
|
||||
"SizeY": 12,
|
||||
"SizeZ": 1
|
||||
},
|
||||
{
|
||||
"BulkData": {
|
||||
"BulkDataFlags": "BULKDATA_SingleUse | BULKDATA_ForceInlinePayload",
|
||||
"ElementCount": 48,
|
||||
"SizeOnDisk": 48,
|
||||
"OffsetInFile": "0x10000C0"
|
||||
},
|
||||
"SizeX": 1,
|
||||
"SizeY": 6,
|
||||
"SizeZ": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
29
Engine/Plugins/Experimental/Landmass/Landmass.json
Normal file
29
Engine/Plugins/Experimental/Landmass/Landmass.json
Normal file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"FileVersion": 3,
|
||||
"Version": 1,
|
||||
"VersionName": "1.0",
|
||||
"FriendlyName": "Landmass",
|
||||
"Description": "",
|
||||
"Category": "Other",
|
||||
"CreatedBy": "Epic Games, Inc.",
|
||||
"CreatedByURL": "https://epicgames.com",
|
||||
"DocsURL": "",
|
||||
"MarketplaceURL": "",
|
||||
"SupportURL": "",
|
||||
"CanContainContent": true,
|
||||
"IsBetaVersion": true,
|
||||
"Installed": false,
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "Landmass",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "Default"
|
||||
|
||||
},
|
||||
{
|
||||
"Name": "LandmassEditor",
|
||||
"Type": "Editor",
|
||||
"LoadingPhase": "Default"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"FileVersion": 3,
|
||||
"Version": 1,
|
||||
"VersionName": "1.0",
|
||||
"FriendlyName": "Localizable Message",
|
||||
"Description": "Utility for a text message that can be replicated. It supports parameter resolution for the client.",
|
||||
"Category": "Messaging",
|
||||
"CreatedBy": "Epic Games, Inc.",
|
||||
"CreatedByURL": "https://epicgames.com",
|
||||
"DocsURL": "",
|
||||
"MarketplaceURL": "",
|
||||
"SupportURL": "",
|
||||
"EnabledByDefault": true,
|
||||
"CanContainContent": false,
|
||||
"IsBetaVersion": false,
|
||||
"Installed": false,
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "LocalizableMessage",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "Default"
|
||||
},
|
||||
{
|
||||
"Name": "LocalizableMessageBlueprint",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "Default"
|
||||
}
|
||||
],
|
||||
"Plugins": [
|
||||
{
|
||||
"Name": "StructUtils",
|
||||
"Enabled": true
|
||||
},
|
||||
]
|
||||
}
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"FileVersion" : 3,
|
||||
"Version" : 1,
|
||||
"VersionName" : "1.0",
|
||||
"FriendlyName" : "OpenImageDenoise",
|
||||
"Description" : "Denoising engine for the Unreal Path Tracer based on Intel's OpenImageDenoise library.",
|
||||
"Category" : "Denoising",
|
||||
"CreatedBy" : "Epic Games, Inc.",
|
||||
"CreatedByURL" : "https://epicgames.com",
|
||||
"DocsURL" : "",
|
||||
"MarketplaceURL" : "",
|
||||
"SupportURL" : "",
|
||||
"EnabledByDefault" : true,
|
||||
"CanContainContent" : false,
|
||||
"IsBetaVersion" : false,
|
||||
"Installed" : false,
|
||||
"Modules" :
|
||||
[
|
||||
{
|
||||
"Name" : "OpenImageDenoise",
|
||||
"Type" : "RuntimeAndProgram",
|
||||
"LoadingPhase" : "Default",
|
||||
"PlatformAllowList": [
|
||||
"Win64"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
37
Engine/Plugins/Experimental/PCG/Config/BasePCG.json
Normal file
37
Engine/Plugins/Experimental/PCG/Config/BasePCG.json
Normal file
|
@ -0,0 +1,37 @@
|
|||
[CoreRedirects]
|
||||
+FunctionRedirects=(OldName="PCGBlueprintElement.MultiPointLoopBody",NewName="PCGBlueprintElement.VariableLoopBody")
|
||||
+FunctionRedirects=(OldName="PCGBlueprintElement.PointPairLoopBody",NewName="PCGBlueprintElement.NestedLoopBody")
|
||||
+FunctionRedirects=(OldName="PCGBlueprintElement.LoopOnPoints",NewName="PCGBlueprintElement.PointLoop")
|
||||
+FunctionRedirects=(OldName="PCGBlueprintElement.MultiLoopOnPoints",NewName="PCGBlueprintElement.VariableLoop")
|
||||
+FunctionRedirects=(OldName="PCGBlueprintElement.LoopOnPointPairs",NewName="PCGBlueprintElement.NestedLoop")
|
||||
+FunctionRedirects=(OldName="PCGBlueprintElement.LoopNTimes",NewName="PCGBlueprintElement.IterationLoop")
|
||||
+FunctionRedirects=(OldName="PCGBlueprintElement.InputLabels",NewName="PCGBlueprintElement.CustomInputLabels")
|
||||
+FunctionRedirects=(OldName="PCGBlueprintElement.OutputLabels",NewName="PCGBlueprintElement.CustomOutputLabels")
|
||||
+FunctionRedirects=(OldName="PCGDataFunctionLibrary.GetInputsByPin",NewName="PCGDataFunctionLibrary.GetInputsByPinLabel")
|
||||
+FunctionRedirects=(OldName="PCGDataFunctionLibrary.GetTaggedInputs",NewName="PCGDataFunctionLibrary.GetInputsByTag")
|
||||
+FunctionRedirects=(OldName="PCGDataFunctionLibrary.GetParamsByPin",NewName="PCGDataFunctionLibrary.GetParamsByPinLabel")
|
||||
+FunctionRedirects=(OldName="PCGDataFunctionLibrary.GetTaggedParams",NewName="PCGDataFunctionLibrary.GetParamsByTag")
|
||||
|
||||
+PropertyRedirects=(OldName="PCGSplineSamplerSettings.Params",NewName="PCGSplineSamplerSettings.SamplerParams")
|
||||
+PropertyRedirects=(OldName="PCGProjectionSettings.Params",NewName="PCGProjectionSettings.ProjectionParams")
|
||||
+PropertyRedirects=(OldName="PCGBlueprintElement.IterationLoop.InA",NewName="PCGBlueprintElement.IterationLoop.OptionalA")
|
||||
+PropertyRedirects=(OldName="PCGBlueprintElement.IterationLoop.InB",NewName="PCGBlueprintElement.IterationLoop.OptionalB")
|
||||
+PropertyRedirects=(OldName="PCGBlueprintElement.NestedLoop.InA",NewName="PCGBlueprintElement.NestedLoop.InOuterData")
|
||||
+PropertyRedirects=(OldName="PCGBlueprintElement.NestedLoop.InB",NewName="PCGBlueprintElement.NestedLoop.InInnerData")
|
||||
+PropertyRedirects=(OldName="PCGBlueprintElement.NestedLoopBody.InA",NewName="PCGBlueprintElement.NestedLoopBody.InOuterData")
|
||||
+PropertyRedirects=(OldName="PCGBlueprintElement.NestedLoopBody.InB",NewName="PCGBlueprintElement.NestedLoopBody.InInnerData")
|
||||
+PropertyRedirects=(OldName="PCGBlueprintElement.NestedLoopBody.InPointA",NewName="PCGBlueprintElement.NestedLoopBody.InOuterPoint")
|
||||
+PropertyRedirects=(OldName="PCGBlueprintElement.NestedLoopBody.InPointB",NewName="PCGBlueprintElement.NestedLoopBody.InInnerPoint")
|
||||
+PropertyRedirects=(OldName="PCGStaticMeshSpawnerSettings.MeshSelectorInstance",NewName="PCGStaticMeshSpawnerSettings.MeshSelectorParameters")
|
||||
+PropertyRedirects=(OldName="PCGStaticMeshSpawnerSettings.InstancePackerType",NewName="PCGStaticMeshSpawnerSettings.InstanceDataPackerType")
|
||||
+PropertyRedirects=(OldName="PCGStaticMeshSpawnerSettings.InstancePackerInstance",NewName="PCGStaticMeshSpawnerSettings.InstanceDataPackerParameters")
|
||||
|
||||
+ClassRedirects=(OldName="PCGPointSamplerSettings",NewName="/Script/PCG.PCGSelectPointsSettings")
|
||||
+ClassRedirects=(OldName="PCGDensityNoiseSettings",NewName="/Script/PCG.PCGAttributeNoiseSettings")
|
||||
+ClassRedirects=(OldName="PCGInstancePackerBase",NewName="/Script/PCG.PCGInstanceDataPackerBase")
|
||||
+ClassRedirects=(OldName="PCGInstancePackerByAttribute",NewName="/Script/PCG.PCGInstanceDataPackerByAttribute")
|
||||
+ClassRedirects=(OldName="PCGInstancePackerByRegex",NewName="/Script/PCG.PCGInstanceDataPackerByRegex")
|
||||
+ClassRedirects=(OldName="PCGIntersectionSettings",NewName="/Script/PCG.PCGInnerIntersectionSettings")
|
||||
+ClassRedirects=(OldName="PCGCreateAttributeSettings",NewName="/Script/PCG.PCGAddAttributeSettings")
|
||||
|
||||
+EnumRedirects=(OldName="EPCGDensityNoiseMode",NewName="EPCGAttributeNoiseMode")
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,447 @@
|
|||
[
|
||||
{
|
||||
"Type": "BlueprintGeneratedClass",
|
||||
"Name": "CurveRemapDensity_C",
|
||||
"Class": "UScriptClass'BlueprintGeneratedClass'",
|
||||
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"SuperStruct": {
|
||||
"ObjectName": "Class'PCGBlueprintElement'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
"ObjectName": "Function'CurveRemapDensity_C:NodeTitleOverride'",
|
||||
"ObjectPath": "/PCG/BP_Elements/CurveRemapDensity.3"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'CurveRemapDensity_C:PointLoopBody'",
|
||||
"ObjectPath": "/PCG/BP_Elements/CurveRemapDensity.4"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'CurveRemapDensity_C:ExecuteWithContext'",
|
||||
"ObjectPath": "/PCG/BP_Elements/CurveRemapDensity.2"
|
||||
}
|
||||
],
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "FloatCurve",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "Edit | BlueprintVisible",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'CurveFloat'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ArrayProperty",
|
||||
"Name": "Tagged Data",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 16,
|
||||
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
|
||||
"Inner": {
|
||||
"Type": "StructProperty",
|
||||
"Name": "Tagged Data",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 104,
|
||||
"Struct": {
|
||||
"ObjectName": "Class'PCGTaggedData'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"FuncMap": {
|
||||
"ExecuteWithContext": {
|
||||
"ObjectName": "Function'CurveRemapDensity_C:ExecuteWithContext'",
|
||||
"ObjectPath": "/PCG/BP_Elements/CurveRemapDensity.2"
|
||||
},
|
||||
"PointLoopBody": {
|
||||
"ObjectName": "Function'CurveRemapDensity_C:PointLoopBody'",
|
||||
"ObjectPath": "/PCG/BP_Elements/CurveRemapDensity.4"
|
||||
},
|
||||
"NodeTitleOverride": {
|
||||
"ObjectName": "Function'CurveRemapDensity_C:NodeTitleOverride'",
|
||||
"ObjectPath": "/PCG/BP_Elements/CurveRemapDensity.3"
|
||||
}
|
||||
},
|
||||
"ClassFlags": "CLASS_ReplicationDataIsSetUp | CLASS_CompiledFromBlueprint",
|
||||
"ClassWithin": {
|
||||
"ObjectName": "Class'Object'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
},
|
||||
"ClassConfigName": "Engine",
|
||||
"bCooked": true,
|
||||
"ClassDefaultObject": {
|
||||
"ObjectName": "CurveRemapDensity_C'Default__CurveRemapDensity_C'",
|
||||
"ObjectPath": "/PCG/BP_Elements/CurveRemapDensity.1"
|
||||
},
|
||||
"EditorTags": {
|
||||
"BlueprintType": "BPTYPE_Normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "CurveRemapDensity_C",
|
||||
"Name": "Default__CurveRemapDensity_C",
|
||||
"Class": "BlueprintGeneratedClass'/PCG/BP_Elements/CurveRemapDensity.CurveRemapDensity_C'",
|
||||
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"FloatCurve": {
|
||||
"ObjectName": "CurveFloat'PCG_DefaultDensityCurve'",
|
||||
"ObjectPath": "/PCG/BP_Elements/Resources/PCG_DefaultDensityCurve.0"
|
||||
},
|
||||
"CustomInputPins": [
|
||||
{
|
||||
"Label": "In",
|
||||
"AllowedTypes": "EPCGDataType::Spline",
|
||||
"bAllowMultipleData": true,
|
||||
"bAllowMultipleConnections": true,
|
||||
"bAdvancedPin": false
|
||||
}
|
||||
],
|
||||
"CustomOutputPins": [
|
||||
{
|
||||
"Label": "Out",
|
||||
"AllowedTypes": "EPCGDataType::Spline",
|
||||
"bAllowMultipleData": true,
|
||||
"bAllowMultipleConnections": true,
|
||||
"bAdvancedPin": false
|
||||
}
|
||||
],
|
||||
"bHasDefaultInPin": false,
|
||||
"bHasDefaultOutPin": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "ExecuteWithContext",
|
||||
"Outer": "CurveRemapDensity_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"SuperStruct": {
|
||||
"ObjectName": "Class'PCGBlueprintElement:ExecuteWithContext'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
},
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "InContext",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 184,
|
||||
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm | OutParm | ReferenceParm",
|
||||
"Struct": {
|
||||
"ObjectName": "Class'PCGContext'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "Input",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 32,
|
||||
"PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm | OutParm | ReferenceParm",
|
||||
"Struct": {
|
||||
"ObjectName": "Class'PCGDataCollection'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "Output",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 32,
|
||||
"PropertyFlags": "Parm | OutParm",
|
||||
"Struct": {
|
||||
"ObjectName": "Class'PCGDataCollection'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "Temp_int_Array_Index_Variable",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "Temp_int_Loop_Counter_Variable",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "CallFunc_Add_IntInt_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "K2Node_MakeStruct_PCGDataCollection",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 32,
|
||||
"Struct": {
|
||||
"ObjectName": "Class'PCGDataCollection'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "SetProperty",
|
||||
"Name": "CallFunc_CustomInputLabels_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 80,
|
||||
"ElementProp": {
|
||||
"Type": "NameProperty",
|
||||
"Name": "CallFunc_CustomInputLabels_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 12
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ArrayProperty",
|
||||
"Name": "CallFunc_Set_ToArray_Result",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 16,
|
||||
"PropertyFlags": "ReferenceParm",
|
||||
"Inner": {
|
||||
"Type": "NameProperty",
|
||||
"Name": "CallFunc_Set_ToArray_Result",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 12
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ArrayProperty",
|
||||
"Name": "CallFunc_GetInputsByPinLabel_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 16,
|
||||
"PropertyFlags": "ReferenceParm",
|
||||
"Inner": {
|
||||
"Type": "StructProperty",
|
||||
"Name": "CallFunc_GetInputsByPinLabel_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 104,
|
||||
"Struct": {
|
||||
"ObjectName": "Class'PCGTaggedData'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "CallFunc_Array_Length_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "CallFunc_Array_Get_Item",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 104,
|
||||
"Struct": {
|
||||
"ObjectName": "Class'PCGTaggedData'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "CallFunc_Less_IntInt_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "K2Node_DynamicCast_AsPCGSpatial_Data",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'PCGSpatialData'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "K2Node_DynamicCast_bSuccess",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "CallFunc_ToPointDataWithContext_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "ConstParm",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'PCGPointData'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "CallFunc_PointLoop_OutData",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'PCGPointData'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "K2Node_MakeStruct_PCGTaggedData",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 104,
|
||||
"Struct": {
|
||||
"ObjectName": "Class'PCGTaggedData'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "CallFunc_Array_Add_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_Event | FUNC_Public | FUNC_HasOutParms | FUNC_HasDefaults | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "NodeTitleOverride",
|
||||
"Outer": "CurveRemapDensity_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"SuperStruct": {
|
||||
"ObjectName": "Class'PCGBlueprintElement:NodeTitleOverride'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
},
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "NameProperty",
|
||||
"Name": "ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 12,
|
||||
"PropertyFlags": "Parm | OutParm | ReturnParm"
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_Event | FUNC_Public | FUNC_HasOutParms | FUNC_BlueprintCallable | FUNC_BlueprintEvent | FUNC_Const"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "PointLoopBody",
|
||||
"Outer": "CurveRemapDensity_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"SuperStruct": {
|
||||
"ObjectName": "Class'PCGBlueprintElement:PointLoopBody'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
},
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "InContext",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 184,
|
||||
"PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm | OutParm | ReferenceParm",
|
||||
"Struct": {
|
||||
"ObjectName": "Class'PCGContext'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "InData",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'PCGPointData'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "InPoint",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 208,
|
||||
"PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm | OutParm | ReferenceParm",
|
||||
"Struct": {
|
||||
"ObjectName": "Class'PCGPoint'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "OutPoint",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 208,
|
||||
"PropertyFlags": "Parm | OutParm",
|
||||
"Struct": {
|
||||
"ObjectName": "Class'PCGPoint'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "OutMetadata",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'PCGMetadata'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"PropertyFlags": "Parm | OutParm | ReturnParm",
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "FloatProperty",
|
||||
"Name": "CallFunc_GetFloatValue_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "CallFunc_FClamp_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8
|
||||
},
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "CallFunc_FClamp_Value_ImplicitCast",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8
|
||||
},
|
||||
{
|
||||
"Type": "FloatProperty",
|
||||
"Name": "K2Node_SetFieldsInStruct_Density_ImplicitCast",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_Event | FUNC_Public | FUNC_HasOutParms | FUNC_BlueprintCallable | FUNC_BlueprintEvent | FUNC_Const"
|
||||
}
|
||||
]
|
|
@ -0,0 +1,629 @@
|
|||
[
|
||||
{
|
||||
"Type": "BlueprintGeneratedClass",
|
||||
"Name": "DistanceToDensity_C",
|
||||
"Class": "UScriptClass'BlueprintGeneratedClass'",
|
||||
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"SuperStruct": {
|
||||
"ObjectName": "Class'PCGBlueprintElement'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
"ObjectName": "Function'DistanceToDensity_C:NodeTitleOverride'",
|
||||
"ObjectPath": "/PCG/BP_Elements/DistanceToDensity.3"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'DistanceToDensity_C:PointLoopBody'",
|
||||
"ObjectPath": "/PCG/BP_Elements/DistanceToDensity.4"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'DistanceToDensity_C:ExecuteWithContext'",
|
||||
"ObjectPath": "/PCG/BP_Elements/DistanceToDensity.2"
|
||||
}
|
||||
],
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "ByteProperty",
|
||||
"Name": "DensityMode",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 1,
|
||||
"PropertyFlags": "Edit | BlueprintVisible",
|
||||
"Enum": {
|
||||
"ObjectName": "UserDefinedEnum'PCGAttributeOperationMode'",
|
||||
"ObjectPath": "/PCG/BP_Elements/Resources/PCGAttributeOperationMode.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "ReferencePoint",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 24,
|
||||
"PropertyFlags": "Edit | BlueprintVisible",
|
||||
"Struct": {
|
||||
"ObjectName": "Class'Vector'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "ComputeDistance2D",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 1,
|
||||
"PropertyFlags": "Edit | BlueprintVisible",
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "GradientScale",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "Edit | BlueprintVisible"
|
||||
},
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "GradientOffset",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "Edit | BlueprintVisible"
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "PCGVolumeActor",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnTemplate",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'Actor'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "ClampOutput",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 1,
|
||||
"PropertyFlags": "Edit | BlueprintVisible",
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "NegateClampedOutput",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 1,
|
||||
"PropertyFlags": "Edit | BlueprintVisible",
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
}
|
||||
],
|
||||
"FuncMap": {
|
||||
"ExecuteWithContext": {
|
||||
"ObjectName": "Function'DistanceToDensity_C:ExecuteWithContext'",
|
||||
"ObjectPath": "/PCG/BP_Elements/DistanceToDensity.2"
|
||||
},
|
||||
"PointLoopBody": {
|
||||
"ObjectName": "Function'DistanceToDensity_C:PointLoopBody'",
|
||||
"ObjectPath": "/PCG/BP_Elements/DistanceToDensity.4"
|
||||
},
|
||||
"NodeTitleOverride": {
|
||||
"ObjectName": "Function'DistanceToDensity_C:NodeTitleOverride'",
|
||||
"ObjectPath": "/PCG/BP_Elements/DistanceToDensity.3"
|
||||
}
|
||||
},
|
||||
"ClassFlags": "CLASS_ReplicationDataIsSetUp | CLASS_CompiledFromBlueprint",
|
||||
"ClassWithin": {
|
||||
"ObjectName": "Class'Object'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
},
|
||||
"ClassConfigName": "Engine",
|
||||
"bCooked": true,
|
||||
"ClassDefaultObject": {
|
||||
"ObjectName": "DistanceToDensity_C'Default__DistanceToDensity_C'",
|
||||
"ObjectPath": "/PCG/BP_Elements/DistanceToDensity.1"
|
||||
},
|
||||
"EditorTags": {
|
||||
"BlueprintType": "BPTYPE_Normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "DistanceToDensity_C",
|
||||
"Name": "Default__DistanceToDensity_C",
|
||||
"Class": "BlueprintGeneratedClass'/PCG/BP_Elements/DistanceToDensity.DistanceToDensity_C'",
|
||||
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"ReferencePoint[1]": {
|
||||
"X": 0.0,
|
||||
"Y": 0.0,
|
||||
"Z": 0.0
|
||||
},
|
||||
"GradientScale[3]": 100.0,
|
||||
"ClampOutput[6]": true,
|
||||
"CustomInputPins": [
|
||||
{
|
||||
"Label": "In",
|
||||
"AllowedTypes": "EPCGDataType::Spline",
|
||||
"bAllowMultipleData": true,
|
||||
"bAllowMultipleConnections": true,
|
||||
"bAdvancedPin": false
|
||||
}
|
||||
],
|
||||
"CustomOutputPins": [
|
||||
{
|
||||
"Label": "Out",
|
||||
"AllowedTypes": "EPCGDataType::Spline",
|
||||
"bAllowMultipleData": true,
|
||||
"bAllowMultipleConnections": true,
|
||||
"bAdvancedPin": false
|
||||
}
|
||||
],
|
||||
"bHasDefaultInPin": false,
|
||||
"bHasDefaultOutPin": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "ExecuteWithContext",
|
||||
"Outer": "DistanceToDensity_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"SuperStruct": {
|
||||
"ObjectName": "Class'PCGBlueprintElement:ExecuteWithContext'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
},
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "InContext",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 184,
|
||||
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm | OutParm | ReferenceParm",
|
||||
"Struct": {
|
||||
"ObjectName": "Class'PCGContext'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "Input",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 32,
|
||||
"PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm | OutParm | ReferenceParm",
|
||||
"Struct": {
|
||||
"ObjectName": "Class'PCGDataCollection'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "Output",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 32,
|
||||
"PropertyFlags": "Parm | OutParm",
|
||||
"Struct": {
|
||||
"ObjectName": "Class'PCGDataCollection'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "Context",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 184,
|
||||
"PropertyFlags": "Edit | BlueprintVisible",
|
||||
"Struct": {
|
||||
"ObjectName": "Class'PCGContext'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ArrayProperty",
|
||||
"Name": "OutTaggedData",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 16,
|
||||
"PropertyFlags": "Edit | BlueprintVisible",
|
||||
"Inner": {
|
||||
"Type": "StructProperty",
|
||||
"Name": "OutTaggedData",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 104,
|
||||
"Struct": {
|
||||
"ObjectName": "Class'PCGTaggedData'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "Temp_int_Array_Index_Variable",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "Temp_int_Loop_Counter_Variable",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "CallFunc_Add_IntInt_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "CallFunc_GetOriginalComponent_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "InstancedReference",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'PCGComponent'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "K2Node_MakeStruct_PCGDataCollection",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 32,
|
||||
"Struct": {
|
||||
"ObjectName": "Class'PCGDataCollection'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "CallFunc_GetOwner_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'Actor'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "SetProperty",
|
||||
"Name": "CallFunc_CustomInputLabels_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 80,
|
||||
"ElementProp": {
|
||||
"Type": "NameProperty",
|
||||
"Name": "CallFunc_CustomInputLabels_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 12
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ArrayProperty",
|
||||
"Name": "CallFunc_Set_ToArray_Result",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 16,
|
||||
"PropertyFlags": "ReferenceParm",
|
||||
"Inner": {
|
||||
"Type": "NameProperty",
|
||||
"Name": "CallFunc_Set_ToArray_Result",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 12
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ArrayProperty",
|
||||
"Name": "CallFunc_GetInputsByPinLabel_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 16,
|
||||
"PropertyFlags": "ReferenceParm",
|
||||
"Inner": {
|
||||
"Type": "StructProperty",
|
||||
"Name": "CallFunc_GetInputsByPinLabel_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 104,
|
||||
"Struct": {
|
||||
"ObjectName": "Class'PCGTaggedData'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "CallFunc_Array_Length_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "CallFunc_Array_Get_Item",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 104,
|
||||
"Struct": {
|
||||
"ObjectName": "Class'PCGTaggedData'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "CallFunc_Less_IntInt_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "K2Node_DynamicCast_AsPCGSpatial_Data",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'PCGSpatialData'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "K2Node_DynamicCast_bSuccess",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "CallFunc_ToPointDataWithContext_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "ConstParm",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'PCGPointData'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "CallFunc_PointLoop_OutData",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'PCGPointData'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "K2Node_MakeStruct_PCGTaggedData",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 104,
|
||||
"Struct": {
|
||||
"ObjectName": "Class'PCGTaggedData'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "CallFunc_Array_Add_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_Event | FUNC_Public | FUNC_HasOutParms | FUNC_HasDefaults | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "NodeTitleOverride",
|
||||
"Outer": "DistanceToDensity_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"SuperStruct": {
|
||||
"ObjectName": "Class'PCGBlueprintElement:NodeTitleOverride'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
},
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "NameProperty",
|
||||
"Name": "ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 12,
|
||||
"PropertyFlags": "Parm | OutParm | ReturnParm"
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_Event | FUNC_Public | FUNC_HasOutParms | FUNC_BlueprintCallable | FUNC_BlueprintEvent | FUNC_Const"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "PointLoopBody",
|
||||
"Outer": "DistanceToDensity_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"SuperStruct": {
|
||||
"ObjectName": "Class'PCGBlueprintElement:PointLoopBody'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
},
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "InContext",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 184,
|
||||
"PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm | OutParm | ReferenceParm",
|
||||
"Struct": {
|
||||
"ObjectName": "Class'PCGContext'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "InData",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'PCGPointData'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "InPoint",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 208,
|
||||
"PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm | OutParm | ReferenceParm",
|
||||
"Struct": {
|
||||
"ObjectName": "Class'PCGPoint'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "OutPoint",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 208,
|
||||
"PropertyFlags": "Parm | OutParm",
|
||||
"Struct": {
|
||||
"ObjectName": "Class'PCGPoint'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "OutMetadata",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'PCGMetadata'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"PropertyFlags": "Parm | OutParm | ReturnParm",
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "CallFunc_BreakTransform_Location",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 24,
|
||||
"Struct": {
|
||||
"ObjectName": "Class'Vector'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "CallFunc_BreakTransform_Rotation",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 24,
|
||||
"Struct": {
|
||||
"ObjectName": "Class'Rotator'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "CallFunc_BreakTransform_Scale",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 24,
|
||||
"Struct": {
|
||||
"ObjectName": "Class'Vector'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "CallFunc_ComputeSeedFromPosition_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "CallFunc_Vector_Distance_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8
|
||||
},
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "CallFunc_Vector_Distance2D_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8
|
||||
},
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "CallFunc_SelectFloat_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8
|
||||
},
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "CallFunc_Subtract_DoubleDouble_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8
|
||||
},
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "CallFunc_SafeDivide_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8
|
||||
},
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "CallFunc_FClamp_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8
|
||||
},
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "CallFunc_Subtract_DoubleDouble_ReturnValue_1",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8
|
||||
},
|
||||
{
|
||||
"Type": "FloatProperty",
|
||||
"Name": "K2Node_SetFieldsInStruct_Density_ImplicitCast",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "FloatProperty",
|
||||
"Name": "K2Node_SetFieldsInStruct_Density_ImplicitCast_1",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "FloatProperty",
|
||||
"Name": "K2Node_SetFieldsInStruct_Density_ImplicitCast_2",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_Event | FUNC_Public | FUNC_HasOutParms | FUNC_BlueprintCallable | FUNC_BlueprintEvent | FUNC_Const"
|
||||
}
|
||||
]
|
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,319 @@
|
|||
[
|
||||
{
|
||||
"Type": "BlueprintGeneratedClass",
|
||||
"Name": "PCGAsset_C",
|
||||
"Class": "UScriptClass'BlueprintGeneratedClass'",
|
||||
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"SuperStruct": {
|
||||
"ObjectName": "Class'PCGBlueprintElement'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
"ObjectName": "Function'PCGAsset_C:NodeColorOverride'",
|
||||
"ObjectPath": "/PCG/BP_Elements/PCGAsset.2"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'PCGAsset_C:NodeTitleOverride'",
|
||||
"ObjectPath": "/PCG/BP_Elements/PCGAsset.3"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'PCGAsset_C:ExecuteWithContext'",
|
||||
"ObjectPath": "/PCG/BP_Elements/PCGAsset.1"
|
||||
}
|
||||
],
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "PCGDataCollection",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 32,
|
||||
"PropertyFlags": "Edit | BlueprintVisible",
|
||||
"Struct": {
|
||||
"ObjectName": "Class'PCGDataCollection'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "NameProperty",
|
||||
"Name": "NodeTitle",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 12,
|
||||
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance"
|
||||
},
|
||||
{
|
||||
"Type": "NameProperty",
|
||||
"Name": "NodeColor",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 12,
|
||||
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance"
|
||||
}
|
||||
],
|
||||
"FuncMap": {
|
||||
"ExecuteWithContext": {
|
||||
"ObjectName": "Function'PCGAsset_C:ExecuteWithContext'",
|
||||
"ObjectPath": "/PCG/BP_Elements/PCGAsset.1"
|
||||
},
|
||||
"NodeTitleOverride": {
|
||||
"ObjectName": "Function'PCGAsset_C:NodeTitleOverride'",
|
||||
"ObjectPath": "/PCG/BP_Elements/PCGAsset.3"
|
||||
},
|
||||
"NodeColorOverride": {
|
||||
"ObjectName": "Function'PCGAsset_C:NodeColorOverride'",
|
||||
"ObjectPath": "/PCG/BP_Elements/PCGAsset.2"
|
||||
}
|
||||
},
|
||||
"ClassFlags": "CLASS_ReplicationDataIsSetUp | CLASS_CompiledFromBlueprint",
|
||||
"ClassWithin": {
|
||||
"ObjectName": "Class'Object'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
},
|
||||
"ClassConfigName": "Engine",
|
||||
"bCooked": true,
|
||||
"ClassDefaultObject": {
|
||||
"ObjectName": "PCGAsset_C'Default__PCGAsset_C'",
|
||||
"ObjectPath": "/PCG/BP_Elements/PCGAsset.4"
|
||||
},
|
||||
"EditorTags": {
|
||||
"BlueprintType": "BPTYPE_Normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "ExecuteWithContext",
|
||||
"Outer": "PCGAsset_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"SuperStruct": {
|
||||
"ObjectName": "Class'PCGBlueprintElement:ExecuteWithContext'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
},
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "InContext",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 184,
|
||||
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm | OutParm | ReferenceParm",
|
||||
"Struct": {
|
||||
"ObjectName": "Class'PCGContext'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "Input",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 32,
|
||||
"PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm | OutParm | ReferenceParm",
|
||||
"Struct": {
|
||||
"ObjectName": "Class'PCGDataCollection'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "Output",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 32,
|
||||
"PropertyFlags": "Parm | OutParm",
|
||||
"Struct": {
|
||||
"ObjectName": "Class'PCGDataCollection'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ArrayProperty",
|
||||
"Name": "OutTaggedData",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 16,
|
||||
"PropertyFlags": "Edit | BlueprintVisible",
|
||||
"Inner": {
|
||||
"Type": "StructProperty",
|
||||
"Name": "OutTaggedData",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 104,
|
||||
"Struct": {
|
||||
"ObjectName": "Class'PCGTaggedData'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "CallFunc_GetComponent_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "InstancedReference",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'PCGComponent'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "Temp_int_Array_Index_Variable",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "CallFunc_GetOwner_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'Actor'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "Temp_int_Loop_Counter_Variable",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "CallFunc_Add_IntInt_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "K2Node_MakeStruct_PCGDataCollection",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 32,
|
||||
"Struct": {
|
||||
"ObjectName": "Class'PCGDataCollection'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "CallFunc_Array_Get_Item",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 104,
|
||||
"Struct": {
|
||||
"ObjectName": "Class'PCGTaggedData'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "CallFunc_Array_Length_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "CallFunc_Less_IntInt_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "K2Node_DynamicCast_AsPCGSpatial_Data",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'PCGSpatialData'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "K2Node_DynamicCast_bSuccess",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "K2Node_MakeStruct_PCGTaggedData",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 104,
|
||||
"Struct": {
|
||||
"ObjectName": "Class'PCGTaggedData'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "CallFunc_Array_Add_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_Event | FUNC_Public | FUNC_HasOutParms | FUNC_HasDefaults | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "NodeColorOverride",
|
||||
"Outer": "PCGAsset_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"SuperStruct": {
|
||||
"ObjectName": "Class'PCGBlueprintElement:NodeColorOverride'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
},
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 16,
|
||||
"PropertyFlags": "Parm | OutParm | ReturnParm",
|
||||
"Struct": {
|
||||
"ObjectName": "Class'LinearColor'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
}
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_Event | FUNC_Public | FUNC_HasOutParms | FUNC_BlueprintCallable | FUNC_BlueprintEvent | FUNC_Const"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "NodeTitleOverride",
|
||||
"Outer": "PCGAsset_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"SuperStruct": {
|
||||
"ObjectName": "Class'PCGBlueprintElement:NodeTitleOverride'",
|
||||
"ObjectPath": "/Script/PCG"
|
||||
},
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "NameProperty",
|
||||
"Name": "ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 12,
|
||||
"PropertyFlags": "Parm | OutParm | ReturnParm"
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_Event | FUNC_Public | FUNC_HasOutParms | FUNC_BlueprintCallable | FUNC_BlueprintEvent | FUNC_Const"
|
||||
},
|
||||
{
|
||||
"Type": "PCGAsset_C",
|
||||
"Name": "Default__PCGAsset_C",
|
||||
"Class": "BlueprintGeneratedClass'/PCG/BP_Elements/PCGAsset.PCGAsset_C'",
|
||||
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"PCGDataCollection": {
|
||||
"TaggedData": [],
|
||||
"bCancelExecutionOnEmpty": false
|
||||
},
|
||||
"bHasDefaultInPin": false
|
||||
}
|
||||
}
|
||||
]
|
|
@ -0,0 +1,146 @@
|
|||
[
|
||||
{
|
||||
"Type": "UserDefinedEnum",
|
||||
"Name": "PCGAttributeOperationMode",
|
||||
"Class": "UScriptClass'UserDefinedEnum'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"DisplayNameMap": [
|
||||
{
|
||||
"Key": "NewEnumerator0",
|
||||
"Value": {
|
||||
"Namespace": "",
|
||||
"Key": "4C5F179643B2E8FD93A2878AF0C58A20",
|
||||
"SourceString": "Set",
|
||||
"LocalizedString": "Set"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Key": "NewEnumerator6",
|
||||
"Value": {
|
||||
"Namespace": "",
|
||||
"Key": "927DD3DA49E39A47BFD7D29F675C2128",
|
||||
"SourceString": "Multiply",
|
||||
"LocalizedString": "Multiply"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Key": "NewEnumerator2",
|
||||
"Value": {
|
||||
"Namespace": "",
|
||||
"Key": "74A0B61E4DA263D61A7EB1B1C33B74B4",
|
||||
"SourceString": "Minimum",
|
||||
"LocalizedString": "Minimum"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Key": "NewEnumerator3",
|
||||
"Value": {
|
||||
"Namespace": "",
|
||||
"Key": "1E8522E040515A5E047AF29DB41E9A65",
|
||||
"SourceString": "Maximum",
|
||||
"LocalizedString": "Maximum"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Key": "NewEnumerator4",
|
||||
"Value": {
|
||||
"Namespace": "",
|
||||
"Key": "CC462C3C49752D9A5CA2C5A38C0B71F5",
|
||||
"SourceString": "Add",
|
||||
"LocalizedString": "Add"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Key": "NewEnumerator5",
|
||||
"Value": {
|
||||
"Namespace": "",
|
||||
"Key": "839D87404863E824F9B603A31D087BBD",
|
||||
"SourceString": "Subtract",
|
||||
"LocalizedString": "Subtract"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Key": "NewEnumerator7",
|
||||
"Value": {
|
||||
"Namespace": "",
|
||||
"Key": "50A099DD42BFEEE5BA581181787CD792",
|
||||
"SourceString": "Divide",
|
||||
"LocalizedString": "Divide"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Key": "NewEnumerator8",
|
||||
"Value": {
|
||||
"Namespace": "",
|
||||
"Key": "3D0D1BEF42DC30B60A6584B98B3B1341",
|
||||
"SourceString": "Round",
|
||||
"LocalizedString": "Round"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Key": "NewEnumerator9",
|
||||
"Value": {
|
||||
"Namespace": "",
|
||||
"Key": "966DFFA541ADE25BDA60C3A42B281D22",
|
||||
"SourceString": "Truncate",
|
||||
"LocalizedString": "Truncate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Key": "NewEnumerator10",
|
||||
"Value": {
|
||||
"Namespace": "",
|
||||
"Key": "0566FBC344CA934C7B8B1E833820C0BC",
|
||||
"SourceString": "Floor",
|
||||
"LocalizedString": "Floor"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Key": "NewEnumerator11",
|
||||
"Value": {
|
||||
"Namespace": "",
|
||||
"Key": "A752CA0F408B5502B0719D970AAFA7D3",
|
||||
"SourceString": "Ceil",
|
||||
"LocalizedString": "Ceil"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Key": "NewEnumerator12",
|
||||
"Value": {
|
||||
"Namespace": "",
|
||||
"Key": "505AB9584C994F9CD3EAC5BC4BEAD750",
|
||||
"SourceString": "Abs",
|
||||
"LocalizedString": "Abs"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Key": "NewEnumerator13",
|
||||
"Value": {
|
||||
"Namespace": "",
|
||||
"Key": "3936BF0A4698B2F7EFED75919F05C596",
|
||||
"SourceString": "Fract",
|
||||
"LocalizedString": "Fract"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"Names": {
|
||||
"PCGAttributeOperationMode::NewEnumerator0": 0,
|
||||
"PCGAttributeOperationMode::NewEnumerator2": 1,
|
||||
"PCGAttributeOperationMode::NewEnumerator3": 2,
|
||||
"PCGAttributeOperationMode::NewEnumerator4": 3,
|
||||
"PCGAttributeOperationMode::NewEnumerator5": 4,
|
||||
"PCGAttributeOperationMode::NewEnumerator6": 5,
|
||||
"PCGAttributeOperationMode::NewEnumerator7": 6,
|
||||
"PCGAttributeOperationMode::NewEnumerator8": 7,
|
||||
"PCGAttributeOperationMode::NewEnumerator9": 8,
|
||||
"PCGAttributeOperationMode::NewEnumerator10": 9,
|
||||
"PCGAttributeOperationMode::NewEnumerator11": 10,
|
||||
"PCGAttributeOperationMode::NewEnumerator12": 11,
|
||||
"PCGAttributeOperationMode::NewEnumerator13": 12,
|
||||
"PCGAttributeOperationMode::PCGAttributeOperationMode_MAX": 13
|
||||
},
|
||||
"CppForm": "Namespaced"
|
||||
}
|
||||
]
|
|
@ -0,0 +1,46 @@
|
|||
[
|
||||
{
|
||||
"Type": "UserDefinedEnum",
|
||||
"Name": "PCGCoordinatePlaneAxes",
|
||||
"Class": "UScriptClass'UserDefinedEnum'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"DisplayNameMap": [
|
||||
{
|
||||
"Key": "NewEnumerator0",
|
||||
"Value": {
|
||||
"Namespace": "",
|
||||
"Key": "4750E4954579325AA790A7909D1B76EC",
|
||||
"SourceString": "XY",
|
||||
"LocalizedString": "XY"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Key": "NewEnumerator2",
|
||||
"Value": {
|
||||
"Namespace": "",
|
||||
"Key": "686F9B1B47D87110A23A42BD2EB22DE0",
|
||||
"SourceString": "XZ",
|
||||
"LocalizedString": "XZ"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Key": "NewEnumerator3",
|
||||
"Value": {
|
||||
"Namespace": "",
|
||||
"Key": "E4A19A384148DA5C67FBBF96051EB4D7",
|
||||
"SourceString": "YZ",
|
||||
"LocalizedString": "YZ"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"Names": {
|
||||
"PCGCoordinatePlaneAxes::NewEnumerator0": 0,
|
||||
"PCGCoordinatePlaneAxes::NewEnumerator2": 1,
|
||||
"PCGCoordinatePlaneAxes::NewEnumerator3": 2,
|
||||
"PCGCoordinatePlaneAxes::PCGCoordinatePlaneAxes_MAX": 3
|
||||
},
|
||||
"CppForm": "Namespaced"
|
||||
}
|
||||
]
|
|
@ -0,0 +1,56 @@
|
|||
[
|
||||
{
|
||||
"Type": "UserDefinedEnum",
|
||||
"Name": "PCGPointCreationMethod",
|
||||
"Class": "UScriptClass'UserDefinedEnum'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"DisplayNameMap": [
|
||||
{
|
||||
"Key": "NewEnumerator0",
|
||||
"Value": {
|
||||
"Namespace": "",
|
||||
"Key": "C4E5D073457F6FCC3477CCAC67A2137C",
|
||||
"SourceString": "FromPointArray",
|
||||
"LocalizedString": "FromPointArray"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Key": "NewEnumerator1",
|
||||
"Value": {
|
||||
"Namespace": "",
|
||||
"Key": "0CBB963D46E1923CEB6EEA8450733167",
|
||||
"SourceString": "FromPositionArray",
|
||||
"LocalizedString": "FromPositionArray"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Key": "NewEnumerator2",
|
||||
"Value": {
|
||||
"Namespace": "",
|
||||
"Key": "EB1521B8486358A07D4B42A14C53BAE2",
|
||||
"SourceString": "FromSinglePoint",
|
||||
"LocalizedString": "FromSinglePoint"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Key": "NewEnumerator3",
|
||||
"Value": {
|
||||
"Namespace": "",
|
||||
"Key": "A4F3ADC0449D4124F4A5199F648F4961",
|
||||
"SourceString": "FromSinglePosition",
|
||||
"LocalizedString": "FromSinglePosition"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"Names": {
|
||||
"PCGPointCreationMethod::NewEnumerator0": 0,
|
||||
"PCGPointCreationMethod::NewEnumerator1": 1,
|
||||
"PCGPointCreationMethod::NewEnumerator2": 2,
|
||||
"PCGPointCreationMethod::NewEnumerator3": 3,
|
||||
"PCGPointCreationMethod::PCGPointCreationMethod_MAX": 4
|
||||
},
|
||||
"CppForm": "Namespaced"
|
||||
}
|
||||
]
|
|
@ -0,0 +1,69 @@
|
|||
[
|
||||
{
|
||||
"Type": "CurveFloat",
|
||||
"Name": "PCG_DefaultDensityCurve",
|
||||
"Class": "UScriptClass'CurveFloat'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"FloatCurve": {
|
||||
"Keys": [
|
||||
{
|
||||
"InterpMode": "RCIM_Linear",
|
||||
"TangentMode": "RCTM_Auto",
|
||||
"TangentWeightMode": "RCTWM_WeightedNone",
|
||||
"Time": 0.0,
|
||||
"Value": 0.0,
|
||||
"ArriveTangent": 6.088973E-07,
|
||||
"ArriveTangentWeight": 2165.2175,
|
||||
"LeaveTangent": 0.0,
|
||||
"LeaveTangentWeight": 2165.2175
|
||||
},
|
||||
{
|
||||
"InterpMode": "RCIM_Linear",
|
||||
"TangentMode": "RCTM_Auto",
|
||||
"TangentWeightMode": "RCTWM_WeightedNone",
|
||||
"Time": 0.2,
|
||||
"Value": 0.9999999,
|
||||
"ArriveTangent": 0.0,
|
||||
"ArriveTangentWeight": 0.0,
|
||||
"LeaveTangent": 0.0,
|
||||
"LeaveTangentWeight": 0.0
|
||||
},
|
||||
{
|
||||
"InterpMode": "RCIM_Linear",
|
||||
"TangentMode": "RCTM_Auto",
|
||||
"TangentWeightMode": "RCTWM_WeightedNone",
|
||||
"Time": 0.4,
|
||||
"Value": -1.8381503E-08,
|
||||
"ArriveTangent": 0.0,
|
||||
"ArriveTangentWeight": 0.0,
|
||||
"LeaveTangent": 0.0,
|
||||
"LeaveTangentWeight": 0.0
|
||||
},
|
||||
{
|
||||
"InterpMode": "RCIM_Linear",
|
||||
"TangentMode": "RCTM_Auto",
|
||||
"TangentWeightMode": "RCTWM_WeightedNone",
|
||||
"Time": 0.5,
|
||||
"Value": 0.9999999,
|
||||
"ArriveTangent": 0.0,
|
||||
"ArriveTangentWeight": 0.0,
|
||||
"LeaveTangent": 0.0,
|
||||
"LeaveTangentWeight": 0.0
|
||||
},
|
||||
{
|
||||
"InterpMode": "RCIM_Linear",
|
||||
"TangentMode": "RCTM_Auto",
|
||||
"TangentWeightMode": "RCTWM_WeightedNone",
|
||||
"Time": 0.8,
|
||||
"Value": -1.8381503E-08,
|
||||
"ArriveTangent": 0.0,
|
||||
"ArriveTangentWeight": 0.0,
|
||||
"LeaveTangent": 0.0,
|
||||
"LeaveTangentWeight": 0.0
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
|
@ -0,0 +1,108 @@
|
|||
[
|
||||
{
|
||||
"Type": "Material",
|
||||
"Name": "BlueWireframe",
|
||||
"Class": "UScriptClass'Material'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"BlendMode": "EBlendMode::BLEND_Translucent",
|
||||
"ShadingModel": "EMaterialShadingModel::MSM_Unlit",
|
||||
"ShadingModels": {
|
||||
"ShadingModelField": 1
|
||||
},
|
||||
"bUsedWithInstancedStaticMeshes": true,
|
||||
"Wireframe": true,
|
||||
"bCanMaskedBeAssumedOpaque": true,
|
||||
"StateId": "A0094881-4D4E9345-1F0D10B0-25AB2006",
|
||||
"bIncludedInBaseGame": true
|
||||
},
|
||||
"LoadedMaterialResources": [],
|
||||
"CachedExpressionData": {
|
||||
"RuntimeEntries": {
|
||||
"ParameterInfoSet": [
|
||||
{
|
||||
"Name": "Param",
|
||||
"Association": "EMaterialParameterAssociation::GlobalParameter",
|
||||
"Index": -1
|
||||
}
|
||||
]
|
||||
},
|
||||
"RuntimeEntries[1]": {
|
||||
"ParameterInfoSet": [
|
||||
{
|
||||
"Name": "Param",
|
||||
"Association": "EMaterialParameterAssociation::GlobalParameter",
|
||||
"Index": -1
|
||||
}
|
||||
]
|
||||
},
|
||||
"RuntimeEntries[2]": {
|
||||
"ParameterInfoSet": []
|
||||
},
|
||||
"RuntimeEntries[3]": {
|
||||
"ParameterInfoSet": []
|
||||
},
|
||||
"RuntimeEntries[4]": {
|
||||
"ParameterInfoSet": []
|
||||
},
|
||||
"RuntimeEntries[5]": {
|
||||
"ParameterInfoSet": []
|
||||
},
|
||||
"RuntimeEntries[6]": {
|
||||
"ParameterInfoSet": []
|
||||
},
|
||||
"RuntimeEntries[7]": {
|
||||
"ParameterInfoSet": []
|
||||
},
|
||||
"ScalarPrimitiveDataIndexValues": [
|
||||
-1
|
||||
],
|
||||
"VectorPrimitiveDataIndexValues": [
|
||||
-1
|
||||
],
|
||||
"ScalarValues": [
|
||||
2.0
|
||||
],
|
||||
"StaticSwitchValues": [],
|
||||
"DynamicSwitchValues": [],
|
||||
"VectorValues": [
|
||||
{
|
||||
"R": 0.0,
|
||||
"G": 0.003964317,
|
||||
"B": 0.30729166,
|
||||
"A": 0.0,
|
||||
"Hex": "000C97"
|
||||
}
|
||||
],
|
||||
"DoubleVectorValues": [],
|
||||
"TextureValues": [],
|
||||
"FontValues": [],
|
||||
"FontPageValues": [],
|
||||
"RuntimeVirtualTextureValues": [],
|
||||
"SparseVolumeTextureValues": [],
|
||||
"ReferencedTextures": [],
|
||||
"FunctionInfos": [],
|
||||
"FunctionInfosStateCRC": 4294967295,
|
||||
"ParameterCollectionInfos": [],
|
||||
"GrassTypes": [],
|
||||
"MaterialLayers": {
|
||||
"Layers": [],
|
||||
"Blends": []
|
||||
},
|
||||
"DynamicParameterNames": [],
|
||||
"QualityLevelsUsed": [
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false
|
||||
],
|
||||
"bHasMaterialLayers": false,
|
||||
"bHasRuntimeVirtualTextureOutput": false,
|
||||
"bHasSceneColor": false,
|
||||
"bHasPerInstanceCustomData": false,
|
||||
"bHasPerInstanceRandom": false,
|
||||
"bHasVertexInterpolator": false,
|
||||
"PropertyConnectedMask": 33
|
||||
}
|
||||
}
|
||||
]
|
44
Engine/Plugins/Experimental/PCG/PCG.json
Normal file
44
Engine/Plugins/Experimental/PCG/PCG.json
Normal file
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"FileVersion": 3,
|
||||
"Version": 8,
|
||||
"VersionName": "0.1",
|
||||
"FriendlyName": "Procedural Content Generation Framework (PCG)",
|
||||
"Description": "Visual scripting framework for procedurally populating worlds with content in editor and/or at run-time.",
|
||||
"Category": "Editor",
|
||||
"CreatedBy": "Epic Games, Inc.",
|
||||
"CreatedByURL": "https://epicgames.com",
|
||||
"DocsURL": "",
|
||||
"MarketplaceURL": "",
|
||||
"SupportURL": "",
|
||||
"EnabledByDefault": false,
|
||||
"CanContainContent": true,
|
||||
"IsBetaVersion": false,
|
||||
"Installed": false,
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "PCG",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "Default"
|
||||
},
|
||||
{
|
||||
"Name": "PCGEditor",
|
||||
"Type": "Editor",
|
||||
"LoadingPhase": "Default"
|
||||
}
|
||||
|
||||
],
|
||||
"Plugins": [
|
||||
{
|
||||
"Name": "GeometryScripting",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "EditorScriptingUtilities",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "StructUtils",
|
||||
"Enabled": true
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"FileVersion": 3,
|
||||
"Version": 1,
|
||||
"VersionName": "0.1",
|
||||
"FriendlyName": "Procedural Content Generation Framework (PCG) Geometry Script Interop",
|
||||
"Description": "Extra plugin for Procedural Content Generation Framework interacting with Geometry Scripts.",
|
||||
"Category": "Editor",
|
||||
"CreatedBy": "Epic Games, Inc.",
|
||||
"CreatedByURL": "https://epicgames.com",
|
||||
"DocsURL": "",
|
||||
"MarketplaceURL": "",
|
||||
"SupportURL": "",
|
||||
"EnabledByDefault": false,
|
||||
"CanContainContent": true,
|
||||
"IsBetaVersion": false,
|
||||
"Installed": false,
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "PCGGeometryScriptInterop",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "Default"
|
||||
}
|
||||
],
|
||||
"Plugins": [
|
||||
{
|
||||
"Name": "PCG",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "GeometryScripting",
|
||||
"Enabled": true
|
||||
}
|
||||
]
|
||||
}
|
30
Engine/Plugins/Experimental/PlanarCutPlugin/PlanarCut.json
Normal file
30
Engine/Plugins/Experimental/PlanarCutPlugin/PlanarCut.json
Normal file
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"FileVersion" : 3,
|
||||
"Version" : 1,
|
||||
"VersionName" : "0.1",
|
||||
"FriendlyName" : "Planar Cut",
|
||||
"Description" : "Adds Module for Planar Cuts.",
|
||||
"Category": "Physics",
|
||||
"CreatedBy" : "Epic Games, Inc.",
|
||||
"CreatedByURL" : "https://epicgames.com",
|
||||
"DocsURL" : "",
|
||||
"MarketplaceURL" : "",
|
||||
"SupportURL" : "",
|
||||
"EnabledByDefault" : false,
|
||||
"CanContainContent" : false,
|
||||
"IsBetaVersion" : true,
|
||||
"Installed" : false,
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "PlanarCut",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "PostEngineInit"
|
||||
}
|
||||
],
|
||||
"Plugins": [
|
||||
{
|
||||
"Name": "GeometryProcessing",
|
||||
"Enabled": true
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,69 @@
|
|||
{
|
||||
"FileVersion": 3,
|
||||
"Version": 1,
|
||||
"VersionName": "1.0",
|
||||
"FriendlyName": "Platform Cryptography Plugin",
|
||||
"Description": "Exposes a unified API for cryptography functionality provided by the platform, if available. Otherwise, interfaces with OpenSSL.",
|
||||
"Category": "Misc",
|
||||
"CreatedBy": "Epic Games, Inc.",
|
||||
"CreatedByURL": "https://epicgames.com",
|
||||
"DocsURL": "",
|
||||
"MarketplaceURL": "",
|
||||
"SupportURL": "",
|
||||
"EnabledByDefault": true,
|
||||
"CanContainContent": false,
|
||||
"IsBetaVersion": false,
|
||||
"Installed": false,
|
||||
"SupportedPrograms": [ "UnrealPak", "UnrealPakEx" ],
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "PlatformCrypto",
|
||||
"Type": "RuntimeAndProgram",
|
||||
"LoadingPhase": "EarliestPossible",
|
||||
"PlatformAllowList": [
|
||||
"Android",
|
||||
"IOS",
|
||||
"Mac",
|
||||
"Win64",
|
||||
"Linux",
|
||||
"LinuxArm64"
|
||||
],
|
||||
"PlatformDenyList": [
|
||||
"TVOS"
|
||||
],
|
||||
"ProgramAllowList": [ "UnrealPak", "UnrealPakEx" ]
|
||||
},
|
||||
{
|
||||
"Name": "PlatformCryptoTypes",
|
||||
"Type": "RuntimeAndProgram",
|
||||
"LoadingPhase": "EarliestPossible",
|
||||
"PlatformAllowList": [
|
||||
"Android",
|
||||
"IOS",
|
||||
"Mac",
|
||||
"Win64",
|
||||
"Linux",
|
||||
"LinuxArm64"
|
||||
],
|
||||
"PlatformDenyList": [
|
||||
"TVOS"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "PlatformCryptoOpenSSL",
|
||||
"Type": "RuntimeAndProgram",
|
||||
"LoadingPhase": "EarliestPossible",
|
||||
"PlatformAllowList": [
|
||||
"Android",
|
||||
"IOS",
|
||||
"Mac",
|
||||
"Win64",
|
||||
"Linux",
|
||||
"LinuxArm64"
|
||||
],
|
||||
"PlatformDenyList": [
|
||||
"TVOS"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"FileVersion" : 3,
|
||||
"Version" : 1,
|
||||
"VersionName" : "0.1",
|
||||
"FriendlyName" : "Proxy LOD Plugin (Experimental)",
|
||||
"Description" : "A plugin to generate Proxy LOD systems.",
|
||||
"Category" : "Editor",
|
||||
"CreatedBy" : "Epic Games, Inc.",
|
||||
"CreatedByURL" : "https://epicgames.com",
|
||||
"DocsURL" : "",
|
||||
"MarketplaceURL" : "",
|
||||
"SupportURL" : "",
|
||||
"EnabledByDefault" : false,
|
||||
"CanContainContent" : false,
|
||||
"IsBetaVersion" : true,
|
||||
"Installed" : false,
|
||||
"Modules" :
|
||||
[
|
||||
{
|
||||
"Name" : "ProxyLODMeshReduction",
|
||||
"Type" : "Editor",
|
||||
"LoadingPhase" : "Default",
|
||||
"PlatformAllowList": [ "Win64" ]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"FileVersion": 3,
|
||||
"Version": 1,
|
||||
"VersionName": "1.0",
|
||||
"FriendlyName": "Python Editor Script Plugin",
|
||||
"Description": "Python integration for the Unreal Editor.",
|
||||
"Category": "Scripting",
|
||||
"CreatedBy": "Epic Games, Inc.",
|
||||
"CreatedByURL": "https://epicgames.com",
|
||||
"DocsURL": "https://docs.unrealengine.com/en-US/Engine/Editor/ScriptingAndAutomation/Python/index.html",
|
||||
"MarketplaceURL": "",
|
||||
"SupportURL": "https://forums.unrealengine.com/",
|
||||
"EnabledByDefault": false,
|
||||
"CanContainContent": true,
|
||||
"IsBetaVersion": true,
|
||||
"Installed": false,
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "PythonScriptPluginPreload",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "EarliestPossible"
|
||||
},
|
||||
{
|
||||
"Name": "PythonScriptPlugin",
|
||||
"Type": "UncookedOnly",
|
||||
"LoadingPhase": "PreDefault"
|
||||
}
|
||||
],
|
||||
"Plugins": [
|
||||
{
|
||||
"Name": "ContentBrowserFileDataSource",
|
||||
"Enabled": true,
|
||||
"TargetAllowList": [
|
||||
"Editor"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
[CoreRedirects]
|
||||
+StructRedirects=(OldName="/Script/StructUtils.UniqueScriptStructPtr", NewName="/Script/StructUtils.InstancedStruct")
|
||||
+StructRedirects=(OldName="/Script/StructUtils.InstancedStructArray", NewName="/Script/StructUtils.InstancedStructContainer")
|
||||
+ClassRedirects=(OldName="/Script/StructUtils.StructUtilsFunctionLibrary",NewName="/Script/StructUtilsEngine.StructUtilsFunctionLibrary")
|
47
Engine/Plugins/Experimental/StructUtils/StructUtils.json
Normal file
47
Engine/Plugins/Experimental/StructUtils/StructUtils.json
Normal file
|
@ -0,0 +1,47 @@
|
|||
{
|
||||
"FileVersion": 1,
|
||||
"Version": 1,
|
||||
"VersionName": "0.1",
|
||||
"FriendlyName": "Struct Utils",
|
||||
"Description": "Experimental Struct Utilities supplying InstancedStruct type",
|
||||
"Category": "Gameplay",
|
||||
"CreatedBy": "Epic Games, Inc.",
|
||||
"CreatedByURL": "https://epicgames.com",
|
||||
"DocsURL": "",
|
||||
"MarketplaceURL": "",
|
||||
"SupportURL": "",
|
||||
"EnabledByDefault": false,
|
||||
"CanContainContent": false,
|
||||
"IsBetaVersion": false,
|
||||
"IsExperimentalVersion": true,
|
||||
"Installed": false,
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "StructUtils",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "PreDefault"
|
||||
},
|
||||
{
|
||||
"Name": "StructUtilsEngine",
|
||||
"Type": "Runtime"
|
||||
},
|
||||
{
|
||||
"Name" : "StructUtilsEditor",
|
||||
"Type" : "Editor"
|
||||
},
|
||||
{
|
||||
"Name": "StructUtilsNodes",
|
||||
"Type": "UncookedOnly"
|
||||
},
|
||||
{
|
||||
"Name": "StructUtilsTestSuite",
|
||||
"Type": "UncookedOnly"
|
||||
}
|
||||
],
|
||||
"Plugins": [
|
||||
{
|
||||
"Name": "PropertyAccessEditor",
|
||||
"Enabled": true
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
[CoreRedirects]
|
||||
+PackageRedirects=(OldName="/Script/PresetEditor",NewName="/Script/ToolPresetEditor")
|
||||
+ClassRedirects=(OldName="/Script/PresetEditor.PresetUserSettings",NewName="/Script/ToolPresetEditor.ToolPresetUserSettings")
|
||||
+ClassRedirects=(OldName="/Script/PresetEditor.PresetProjectSettings",NewName="/Script/ToolPresetEditor.ToolPresetProjectSettings")
|
||||
|
||||
+PackageRedirects=(OldName="/Script/PresetAsset",NewName="/Script/ToolPresetAsset")
|
||||
+StructRedirects=(OldName="/Script/PresetAsset.InteractiveToolPresetDefintion",NewName="/Script/ToolPresetAsset.InteractiveToolPresetDefinition")
|
||||
+StructRedirects=(OldName="/Script/PresetAsset.InteractiveToolPresetStore",NewName="/Script/ToolPresetAsset.InteractiveToolPresetStore")
|
||||
+ClassRedirects=(OldName="/Script/PresetAsset.InteractiveToolsPresetCollectionAsset",NewName="/Script/ToolPresetAsset.InteractiveToolsPresetCollectionAsset")
|
||||
+ClassRedirects=(OldName="/Script/PresetAsset.InteractiveToolsPresetCollectionAssetFactory",NewName="/Script/ToolPresetAsset.InteractiveToolsPresetCollectionAssetFactory")
|
||||
+ClassRedirects=(OldName="/Script/PresetAsset.PresetAssetSubsystem",NewName="/Script/ToolPresetAsset.ToolPresetAssetSubsystem")
|
31
Engine/Plugins/Experimental/ToolPresets/ToolPresets.json
Normal file
31
Engine/Plugins/Experimental/ToolPresets/ToolPresets.json
Normal file
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"FileVersion": 3,
|
||||
"Version": 1,
|
||||
"VersionName": "0.1",
|
||||
"FriendlyName": "Tool Presets",
|
||||
"Description": "Adds support for saving and loading tool settings as presets.",
|
||||
"Category": "Editor",
|
||||
"CreatedBy": "Epic Games Inc",
|
||||
"CreatedByURL": "http://epicgames.com",
|
||||
"DocsURL": "",
|
||||
"MarketplaceURL": "",
|
||||
"SupportURL": "",
|
||||
"EnabledByDefault": true,
|
||||
"CanContainContent": true,
|
||||
"IsBetaVersion": false,
|
||||
"Installed": false,
|
||||
"IsExperimentalVersion": true,
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "ToolPresetAsset",
|
||||
"Type": "Editor",
|
||||
"LoadingPhase": "Default"
|
||||
},
|
||||
{
|
||||
"Name": "ToolPresetEditor",
|
||||
"Type": "Editor",
|
||||
"LoadingPhase": "Default"
|
||||
}
|
||||
|
||||
]
|
||||
}
|
26
Engine/Plugins/Experimental/Volumetrics/Volumetrics.json
Normal file
26
Engine/Plugins/Experimental/Volumetrics/Volumetrics.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"FileVersion": 3,
|
||||
"Version": 1,
|
||||
"VersionName": "1.0",
|
||||
"FriendlyName": "Volumetrics",
|
||||
"Description": "A library of volume creation and rendering tools using Blueprints.",
|
||||
"Category": "Rendering",
|
||||
"CreatedBy": "Epic Games, Inc.",
|
||||
"CreatedByURL": "https://epicgames.com",
|
||||
"DocsURL": "",
|
||||
"MarketplaceURL": "",
|
||||
"SupportURL": "",
|
||||
"CanContainContent": true,
|
||||
"IsBetaVersion": false,
|
||||
"Installed": false,
|
||||
"Plugins": [
|
||||
{
|
||||
"Name": "BlueprintMaterialTextureNodes",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "Landmass",
|
||||
"Enabled": true
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue