godxjj Posted December 22, 2013 Share Posted December 22, 2013 Hello everyone!I'm facing some trouble while using the dev console. I can change number of missions the soldier joined by "set xgstrategysoldier m_iNumMissions 10".But I'm failed to change the kills record by "set xgstrategysoldier iNumkills 10".Because iNumKills is the value in a subclass names "m_kSoldier", and I have no idea how to change it.I also tried like this "set xgstrategysoldier m_kSoldier.iNumKills 10" but it doesn't work.I'm new for unreal engine console commands. I think there should be a way to change values in subclass.Any idea for the format for the "set" command? Link to comment Share on other sites More sharing options...
Recommended Posts