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] [/Script/EngineSettings.GeneralProjectSettings]
ProjectID=4B0928DF4291E6F7F4F0D2BD9F00EF29 ProjectID=4B0928DF4291E6F7F4F0D2BD9F00EF29
ProjectName=SPIE Avatar ProjectName=SPIE Avatar
ProjectVersion=0.1.4 ProjectVersion=0.1.5
[/Script/UnrealEd.ProjectPackagingSettings] [/Script/UnrealEd.ProjectPackagingSettings]
Build=IfProjectHasCode 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": [ "Categories": [
"SPIE Management Board", "SPIE",
"Spie_ONE_VisualSetup",
"Project Setup", "Project Setup",
"Debug", "Debug",
"Volume", "Volume",
@ -18,7 +17,7 @@
"type": "integer", "type": "integer",
"tooltip": "Which mode to load at startup", "tooltip": "Which mode to load at startup",
"default": 0, "default": 0,
"category": "SPIE Management Board" "category": "SPIE"
} }
}, },
{ {
@ -27,7 +26,7 @@
"type": "string", "type": "string",
"tooltip": "Unique Name of this Avatar Application", "tooltip": "Unique Name of this Avatar Application",
"default": "SPIE", "default": "SPIE",
"category": "SPIE Management Board" "category": "SPIE"
} }
}, },
{ {
@ -36,7 +35,7 @@
"type": "boolean", "type": "boolean",
"tooltip": "Do you want to log all interaction?", "tooltip": "Do you want to log all interaction?",
"default": true, "default": true,
"category": "SPIE Management Board" "category": "SPIE"
} }
}, },
{ {
@ -46,7 +45,7 @@
"tooltip": "Showing in background logo", "tooltip": "Showing in background logo",
"default": "One SPIE. \r\nJust ask me.", "default": "One SPIE. \r\nJust ask me.",
"hotreload": true, "hotreload": true,
"category": "Spie_ONE_VisualSetup" "category": "SPIE"
} }
}, },
{ {
@ -55,7 +54,7 @@
"type": "string", "type": "string",
"tooltip": "What to say, when user is allowed to speak?", "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.", "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", "type": "string",
"tooltip": "Intro speech for the Innovation Day mode", "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!", "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", "type": "float",
"default": 20, "default": 20,
"category": "Spie_ONE_VisualSetup" "category": "SPIE"
} }
}, },
{ {
@ -80,7 +79,7 @@
{ {
"type": "float", "type": "float",
"default": 1, "default": 1,
"category": "Spie_ONE_VisualSetup" "category": "SPIE"
} }
}, },
{ {
@ -89,7 +88,7 @@
"type": "float", "type": "float",
"default": 1, "default": 1,
"hotreload": true, "hotreload": true,
"category": "Spie_ONE_VisualSetup" "category": "SPIE"
} }
}, },
{ {
@ -103,7 +102,7 @@
"Z": 0 "Z": 0
}, },
"hotreload": true, "hotreload": true,
"category": "Spie_ONE_VisualSetup" "category": "SPIE"
} }
}, },
{ {
@ -111,7 +110,7 @@
{ {
"type": "float", "type": "float",
"default": 0.02, "default": 0.02,
"category": "Spie_ONE_VisualSetup" "category": "SPIE"
} }
}, },
{ {
@ -119,7 +118,7 @@
{ {
"type": "float", "type": "float",
"default": 10, "default": 10,
"category": "Spie_ONE_VisualSetup" "category": "SPIE"
} }
}, },
{ {
@ -127,7 +126,7 @@
{ {
"type": "boolean", "type": "boolean",
"default": false, "default": false,
"category": "Spie_ONE_VisualSetup" "category": "SPIE"
} }
}, },
{ {

Loading…
Cancel
Save