Unable to save Name based Session Settings
Iv been trying for a few days now, i got a edit test widget with an on text commited handler, that works fine to enter text and fire handler
but i cant find out how to store the value on a Session Setting
First i tried in BP, it looks correct but it wont store any value. then i moved my code to cpp using a
session setting use the
and with the debugger attached i see the option interface is pointing to the SessionSettingManager
but the value is never updated
but i cant find out how to store the value on a Session Setting
First i tried in BP, it looks correct but it wont store any value. then i moved my code to cpp using a
UBlueprintFunctionLibrary so i could attach the debuggersession setting use the
IFGOptionInterface interface that has a method for text based options SetNameOptionValueand with the debugger attached i see the option interface is pointing to the SessionSettingManager
but the value is never updated


Solution
You do need a value selector, because it defines the default value, and allows configuring it for each setting
