by pr0me @ March 30, 2018
0 0 | No Comments
Blueprint
Unreal Engine Version: 4.19
Graphing to create an ini-option in GUS for inventoryslots on a structure.
Get Int Option Ini, is a value, without decimals and overrides the amounts of invetoryslots on the structure blueprint. changing the value 100 changes the default amount of slots.
Remember to create a variable, name it MaxInventoryItems and set it as an integer.
The GUS with the above example will look like this,
[GaiaSettings]
GaiaAlchemyTableSlots=100
ctrl + a
and after do ctrl + c
. In Unreal Engine blueprint editor, paste it with ctrl + v
You have to be connected for adding comments