MCPcopy Create free account
hub / github.com/MothCocoon/FlowGraph / GetStyleSetName

Method GetStyleSetName

Source/FlowEditor/Private/FlowEditorStyle.cpp:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13TSharedPtr<FSlateStyleSet> FFlowEditorStyle::StyleSet = nullptr;
14
15FName FFlowEditorStyle::GetStyleSetName()
16{
17 static FName FlowEditorStyleName(TEXT("FlowEditorStyle"));
18 return FlowEditorStyleName;
19}
20
21void FFlowEditorStyle::Initialize()
22{

Callers 1

BuildAssetToolbarMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected