acropole
11-19-2009, 04:22 AM
Hi,
I'm trying to fill a UIList with dynamic data.
I can't find any clear doc about this. UDN don't says anything about datastore creation, and scripts like UIDataStore_ are confusing (a lot of code not related to my problem or all those code is related and so it's incredibly difficult to fill an UIList, there is also data provider...).
The data is loaded from config file by the GameType and should be displayed on the player screen when connecting to the game.
Can someone explain how to use datastore ?
Thanks.
EDIT :
I found more about datastore here (http://udn.epicgames.com/Three/UIDataStore.htm) but it looks like it can only be done with some C++.
I'm trying to fill a UIList with dynamic data.
I can't find any clear doc about this. UDN don't says anything about datastore creation, and scripts like UIDataStore_ are confusing (a lot of code not related to my problem or all those code is related and so it's incredibly difficult to fill an UIList, there is also data provider...).
The data is loaded from config file by the GameType and should be displayed on the player screen when connecting to the game.
Can someone explain how to use datastore ?
Thanks.
EDIT :
I found more about datastore here (http://udn.epicgames.com/Three/UIDataStore.htm) but it looks like it can only be done with some C++.