SpiecsEngine
 
Loading...
Searching...
No Matches

◆ LoadLayoutCache()

void Spices::SlateStyleLayout::LoadLayoutCache ( )

Load Slate Layout Cache.

Definition at line 100 of file SlateStyleLayout.cpp.

101 {
103
104 std::stringstream ss;
105 ss << "saved/SlateCache/CacheLayout.ini";
106
107 ImGui::LoadIniSettingsFromDisk(ss.str().c_str());
108 }
#define SPICES_PROFILE_ZONE