MCPcopy 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
61void 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

GetMethod · 0.80
ResetMethod · 0.80

Tested by

no test coverage detected