SpiecsEngine
 
Loading...
Searching...
No Matches

◆ StoreLayoutCache()

void Spices::SlateStyleLayout::StoreLayoutCache ( )

Store Slate Layout Cache.

Definition at line 87 of file SlateStyleLayout.cpp.

88 {
90
91 std::stringstream ss;
92
93 ss << "saved/SlateCache/";
94 std::filesystem::create_directory(ss.str());
95
96 ss << "CacheLayout.ini";
97 ImGui::SaveIniSettingsToDisk(ss.str().c_str());
98 }
#define SPICES_PROFILE_ZONE