Wrappers of Slate StyleLayout Functions. More...
#include <SlateStyleLayout.h>
Public Member Functions | |
| SlateStyleLayout ()=default | |
| Constructor Function. | |
| virtual | ~SlateStyleLayout ()=default |
| Destructor Function. | |
| void | SetLayout (StyleLayoutEnum layout) |
| Set Slate Layout. | |
| void | StoreLayout () |
| Store Slate Layout to disk. | |
| void | LoadLayout () |
| Load Slate Layout in disk. | |
| void | StoreLayoutCache () |
| Store Slate Layout Cache. | |
| void | LoadLayoutCache () |
| Load Slate Layout Cache. | |
| void | QuickStoreLayout () |
| Quick Store Slate Layout to disk. | |
| void | QuickLoadLayout () |
| Quick Load Slate Layout to disk. | |
Static Public Member Functions | |
| static std::shared_ptr< SlateStyleLayout > | Get () |
| Get this single instance. | |
Static Private Attributes | |
| static std::shared_ptr< SlateStyleLayout > | m_Layout = nullptr |
| SlateStyleLayout single instance. | |
Wrappers of Slate StyleLayout Functions.
Definition at line 29 of file SlateStyleLayout.h.