Browse Source

Updated Project Manager to new ConsolCommand Setup & Removed hardcoded Console Commands from other blueprints

master
TimV-BREX\TimVoelker 24 hours ago
parent
commit
370ed730ef
  1. BIN
      Unreal/Content/Project/BP/BP_Project_Manager.uasset
  2. BIN
      Unreal/Content/SPIE/BP/BP_SPIE_Manager_Child.uasset
  3. BIN
      Unreal/Content/SPIE/BP/Environments/BP_Environment_2D_Spie.uasset
  4. BIN
      Unreal/Content/SPIE/BP/S_SPIE_ConfigSettings.uasset
  5. BIN
      Unreal/Content/SPIE/BP/Visual/BP_SpieOne_Widget.uasset
  6. 49
      Unreal/Content/Schema/Spie_Config.schema.json

BIN
Unreal/Content/Project/BP/BP_Project_Manager.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Unreal/Content/SPIE/BP/BP_SPIE_Manager_Child.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Unreal/Content/SPIE/BP/Environments/BP_Environment_2D_Spie.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Unreal/Content/SPIE/BP/S_SPIE_ConfigSettings.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Unreal/Content/SPIE/BP/Visual/BP_SpieOne_Widget.uasset (Stored with Git LFS)

Binary file not shown.

49
Unreal/Content/Schema/Spie_Config.schema.json

@ -222,53 +222,20 @@
}
},
{
"ScreenPercentage":
{
"type": "float",
"default": 80,
"tooltip": "Sets the Screen-Percentage of the project",
"hotreload": true,
"category": "Engine Settings"
}
},
{
"VSync":
{
"type": "boolean",
"default": true,
"tooltip": "Activated VSync",
"hotreload": true,
"category": "Engine Settings"
}
},
{
"FPSCap":
{
"type": "integer",
"default": 60,
"tooltip": "Caps the FPS",
"hotreload": true,
"category": "Engine Settings"
}
},
{
"RaytracingReflectionSamples":
{
"type": "integer",
"default": 0,
"tooltip": "Samples in the Reflection, increases quality of Avatar Reflection on Ground",
"hotreload": true,
"category": "Engine Settings"
}
},
{
"consoleCommands":
"ConsoleCommands":
{
"type": "array",
"default": [
"r.ScreenPercentage 100",
"t.MaxFPS 60",
"r.VSync 1",
"r.AntiAliasingMethod 4",
"r.RayTracing.Reflections.SamplesPerPixel 1",
"r.HairStrands.ComposeAfterTranslucency 0",
"r.HairStrands.DOFDepth 0"
],
"tooltip": "The one place to configure Console Commands",
"hotreload": true,
"category": "Engine Settings",
"itemsType": "string"
}

Loading…
Cancel
Save