Compare commits
6 Commits
ff78241314
...
7289d51563
Author | SHA1 | Date |
---|---|---|
|
7289d51563 | |
|
ae736ee8c4 | |
|
291aee7fe5 | |
|
f1f879097d | |
|
bd0ac82b99 | |
|
bc4d0a2bcd |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
AssetSources/Meshes/STM_VolcanicRocks.blend (Stored with Git LFS)
BIN
AssetSources/Meshes/STM_VolcanicRocks.blend (Stored with Git LFS)
Binary file not shown.
BIN
AssetSources/Meshes/STM_VolcanicRocks_01.fbx (Stored with Git LFS)
BIN
AssetSources/Meshes/STM_VolcanicRocks_01.fbx (Stored with Git LFS)
Binary file not shown.
BIN
AssetSources/Meshes/STM_VolcanicRocks_02.fbx (Stored with Git LFS)
BIN
AssetSources/Meshes/STM_VolcanicRocks_02.fbx (Stored with Git LFS)
Binary file not shown.
|
@ -255,6 +255,7 @@ DefaultGravityZ=0.000000
|
|||
+Profiles=(Name="Vehicle",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="Vehicle",CustomResponses=,HelpMessage="Vehicle object that blocks Vehicle, WorldStatic, and WorldDynamic. All other channels will be set to default.")
|
||||
+Profiles=(Name="UI",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility"),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldStatic object that overlaps all actors by default. All new custom channels will use its own default response. ")
|
||||
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel1,DefaultResponse=ECR_Ignore,bTraceType=True,bStaticObject=False,Name="Grappable")
|
||||
+EditProfiles=(Name="BlockAll",CustomResponses=((Channel="Grappable")))
|
||||
-ProfileRedirects=(OldName="BlockingVolume",NewName="InvisibleWall")
|
||||
-ProfileRedirects=(OldName="InterpActor",NewName="IgnoreOnlyPawn")
|
||||
-ProfileRedirects=(OldName="StaticMeshComponent",NewName="BlockAllDynamic")
|
||||
|
|
Binary file not shown.
BIN
Content/Environment/Archi/STM_PlanetStructure_OuterLayer.uasset (Stored with Git LFS)
BIN
Content/Environment/Archi/STM_PlanetStructure_OuterLayer.uasset (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
Content/Environment/Geology/STM_VolcanicRocks_01.uasset (Stored with Git LFS)
BIN
Content/Environment/Geology/STM_VolcanicRocks_01.uasset (Stored with Git LFS)
Binary file not shown.
BIN
Content/Environment/Geology/STM_VolcanicRocks_02.uasset (Stored with Git LFS)
BIN
Content/Environment/Geology/STM_VolcanicRocks_02.uasset (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Content/PawnControl/Player/BP_Pawn_GravityCharacter.uasset (Stored with Git LFS)
BIN
Content/PawnControl/Player/BP_Pawn_GravityCharacter.uasset (Stored with Git LFS)
Binary file not shown.
|
@ -32,6 +32,11 @@
|
|||
"SupportedTargetPlatforms": [
|
||||
"Win64"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "ElectronicNodes",
|
||||
"Enabled": true,
|
||||
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/5cb2a394d0c04e73891762be4cbd7216"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -10,7 +10,7 @@
|
|||
"DocsURL": "https://github.com/hugoattal/ElectronicNodes",
|
||||
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/5cb2a394d0c04e73891762be4cbd7216",
|
||||
"SupportURL": "https://forums.unrealengine.com/unreal-engine/marketplace/1647213-electronic-nodes-wiring-style-for-blueprints-and-materials-editors",
|
||||
"EngineVersion": "5.4.0",
|
||||
"EngineVersion": "5.5.0",
|
||||
"CanContainContent": false,
|
||||
"Installed": true,
|
||||
"Modules": [
|
||||
|
|
Loading…
Reference in New Issue