[ Back ]

Settings  v1.1.1

This UE4 plugin makes it easy to create saved user profiles with graphic, input, audio, network, and custom game settings. User profiles can be loaded at runtime with custom class blueprints to save specific data related to your game. Default saved settings can be used if user profiles are not needed and can be loaded and applied automatically at runtime. Functions to compare setting structs are including to quickly create settings menus. K2Nodes cast to the blueprint save class specified so no casting is required.


Features:
  • Save multiple user profiles with unique settings for each
  • Save default settings that apply to all users






Change Log
v1.00 (07-14-20):
  • [Added] Website creation