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