BuildTiers is like other game, like ARK Survival Evolved or Conan Exiles, starting tier who need basic ingredient to craft, and after that you discovers second tier, like stone tier etc.
But you can use to make just different type of buildings like on Conan Exiles DLC, each one have full buildings pieces with own style
BuildTiers are defined in enum E_BuildTier (SurvivalBuildingSystem -> Core -> Enums) and data for each in Data_BuildTier (Using Struct_BuildTier)
Name -> Name that used to folder name (icons, static meshes, GeometryCollection etc) and show in list in Build Window.
You can add your own tier in this system (See: Add Tier)
But you can use to make just different type of buildings like on Conan Exiles DLC, each one have full buildings pieces with own style
BuildTiers are defined in enum E_BuildTier (SurvivalBuildingSystem -> Core -> Enums) and data for each in Data_BuildTier (Using Struct_BuildTier)
Structure of Datatable:
Row Name -> Same as in E_BuildTierName -> Name that used to folder name (icons, static meshes, GeometryCollection etc) and show in list in Build Window.
You can add your own tier in this system (See: Add Tier)