| 28 | TSharedPtr<FSlateStyleSet> FMjEditorStyle::StyleInstance = nullptr; |
| 29 | |
| 30 | FName FMjEditorStyle::GetStyleSetName() |
| 31 | { |
| 32 | static FName StyleSetName(TEXT("MjEditorStyle")); |
| 33 | return StyleSetName; |
| 34 | } |
| 35 | |
| 36 | void FMjEditorStyle::Initialize() |
| 37 | { |
nothing calls this directly
no outgoing calls
no test coverage detected