Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MothCocoon/FlowGraph
/ Shutdown
Method
Shutdown
Source/FlowEditor/Private/FlowEditorStyle.cpp:61–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
};
60
61
void FFlowEditorStyle::Shutdown()
62
{
63
FSlateStyleRegistry::UnRegisterSlateStyle(*StyleSet.Get());
64
ensure(StyleSet.IsUnique());
65
StyleSet.Reset();
66
}
67
68
#undef BORDER_BRUSH
69
#undef BOX_BRUSH
Callers
nothing calls this directly
Calls
2
Get
Method · 0.80
Reset
Method · 0.80
Tested by
no test coverage detected