PDA

View Full Version : How to use Datastore in UIScene widgets?



Mightylink
02-07-2010, 11:40 PM
I can't find any documentation on this, I want to change datastore variables in my uiscene.

I created an input box widget and linked the player name datastore to it, it shows the playername fine but when I enter a new name it wont save, any ideas? Am I sappose to do something in kismat to get it to save the variable?

syntaxerror22
02-09-2010, 12:09 PM
http://udn.epicgames.com/Three/UIDataStore.html

I found the testing section very useful =3
For sending data from your widget to the data store I would look at the Subscriber / Publisher Configuration section after it

Blade[UG]
03-15-2010, 08:17 PM
The UserInterfaceTechnicalGuide and UIDataStore pages have all had significant updates recently. However, just because they say a lot more, doesn't mean they tell anyone a lot more.

From those two pages, see if someone can figure out how to put data into the UI system, starting from knowing nothing about it.