I’m trying to set the default values for a TMap (String, Float) inside my configuration file, but I seem to be stuck. Currently my configuration file looks like this:
[/Game/SideScrollerBP/Blueprints/Characters/characterTemplate.characterTemplate_C]
actionStateDurations=(“pummel”,11.0f)
+actionStateDurations=(“dash”,20.0f)
When I save my configuration file and reload the editor, there is one entry in actionStateDurations, but it has no string and a value of 0. I think I need to include a key of some kind in the entries [I.E actionStateDurations=(Key=“pummel”,Value=11.0f) ] however, none of the variations I’ve tried have yielded any results other than the above.
I can’t find a similar question via google, so I figured it was time to ask here.,