Jump to content

How to set subclass values in developer console?


godxjj

Recommended Posts

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...