MCPcopy Create free account
hub / github.com/URLab-Sim/UnrealRoboticsLab / GetStyleSetName

Method GetStyleSetName

Source/URLabEditor/Private/MjEditorStyle.cpp:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28TSharedPtr<FSlateStyleSet> FMjEditorStyle::StyleInstance = nullptr;
29
30FName FMjEditorStyle::GetStyleSetName()
31{
32 static FName StyleSetName(TEXT("MjEditorStyle"));
33 return StyleSetName;
34}
35
36void FMjEditorStyle::Initialize()
37{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected