Browse Source

Fixed Widget Hot Reload, added <br> linebreak, v 0.1.4

master
Tillman Staffen 1 month ago
parent
commit
91f6f877f5
  1. 2
      Unreal/Config/DefaultGame.ini
  2. BIN
      Unreal/Content/SPIE/BP/Visual/BP_SpieOne_Widget.uasset
  3. BIN
      Unreal/Content/SPIE/Maps/M_SPIE_Startup.umap
  4. BIN
      Unreal/Content/SPIE/Widgets/WBP_SpieOne_Logo.uasset
  5. 29
      Unreal/Content/Schema/Spie_Config.schema.json

2
Unreal/Config/DefaultGame.ini

@ -6,7 +6,7 @@ CommonButtonAcceptKeyHandling=TriggerClick
[/Script/EngineSettings.GeneralProjectSettings]
ProjectID=4B0928DF4291E6F7F4F0D2BD9F00EF29
ProjectName=SPIE Avatar
ProjectVersion=0.1.4
ProjectVersion=0.1.5
[/Script/UnrealEd.ProjectPackagingSettings]
Build=IfProjectHasCode

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

Binary file not shown.

BIN
Unreal/Content/SPIE/Maps/M_SPIE_Startup.umap (Stored with Git LFS)

Binary file not shown.

BIN
Unreal/Content/SPIE/Widgets/WBP_SpieOne_Logo.uasset (Stored with Git LFS)

Binary file not shown.

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

@ -1,7 +1,6 @@
{
"Categories": [
"SPIE Management Board",
"Spie_ONE_VisualSetup",
"SPIE",
"Project Setup",
"Debug",
"Volume",
@ -18,7 +17,7 @@
"type": "integer",
"tooltip": "Which mode to load at startup",
"default": 0,
"category": "SPIE Management Board"
"category": "SPIE"
}
},
{
@ -27,7 +26,7 @@
"type": "string",
"tooltip": "Unique Name of this Avatar Application",
"default": "SPIE",
"category": "SPIE Management Board"
"category": "SPIE"
}
},
{
@ -36,7 +35,7 @@
"type": "boolean",
"tooltip": "Do you want to log all interaction?",
"default": true,
"category": "SPIE Management Board"
"category": "SPIE"
}
},
{
@ -46,7 +45,7 @@
"tooltip": "Showing in background logo",
"default": "One SPIE. \r\nJust ask me.",
"hotreload": true,
"category": "Spie_ONE_VisualSetup"
"category": "SPIE"
}
},
{
@ -55,7 +54,7 @@
"type": "string",
"tooltip": "What to say, when user is allowed to speak?",
"default": "Drücke und halte beim Sprechen den Knopf vor dir, damit ich dich hören kann.",
"category": "Spie_ONE_VisualSetup"
"category": "SPIE"
}
},
{
@ -64,7 +63,7 @@
"type": "string",
"tooltip": "Intro speech for the Innovation Day mode",
"default": "Hallo und willkommen auf der One SPIE ! Ich bin ein virtueller Avatar mit dem du dich über unsere Hausmesse unterhalten kannst. By the way, you can talk in any language with me!",
"category": "Spie_ONE_VisualSetup"
"category": "SPIE"
}
},
{
@ -72,7 +71,7 @@
{
"type": "float",
"default": 20,
"category": "Spie_ONE_VisualSetup"
"category": "SPIE"
}
},
{
@ -80,7 +79,7 @@
{
"type": "float",
"default": 1,
"category": "Spie_ONE_VisualSetup"
"category": "SPIE"
}
},
{
@ -89,7 +88,7 @@
"type": "float",
"default": 1,
"hotreload": true,
"category": "Spie_ONE_VisualSetup"
"category": "SPIE"
}
},
{
@ -103,7 +102,7 @@
"Z": 0
},
"hotreload": true,
"category": "Spie_ONE_VisualSetup"
"category": "SPIE"
}
},
{
@ -111,7 +110,7 @@
{
"type": "float",
"default": 0.02,
"category": "Spie_ONE_VisualSetup"
"category": "SPIE"
}
},
{
@ -119,7 +118,7 @@
{
"type": "float",
"default": 10,
"category": "Spie_ONE_VisualSetup"
"category": "SPIE"
}
},
{
@ -127,7 +126,7 @@
{
"type": "boolean",
"default": false,
"category": "Spie_ONE_VisualSetup"
"category": "SPIE"
}
},
{

Loading…
Cancel
Save