SpiecsEngine
Loading...
Searching...
No Matches
◆
StoreLayoutCache()
void Spices::SlateStyleLayout::StoreLayoutCache
(
)
Store Slate Layout Cache.
Definition at line
87
of file
SlateStyleLayout.cpp
.
88
{
89
SPICES_PROFILE_ZONE
;
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
}
SPICES_PROFILE_ZONE
#define SPICES_PROFILE_ZONE
Definition
TracyProfilerWrapper.h:100
Spices
SlateStyleLayout
Generated on Sun Mar 8 2026 10:24:49 for SpiecsEngine by
1.10.0