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

Function GetSub

Source/URLabEditor/Private/SMjBridgeServerToggle.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18namespace
19{
20UURLabBridgeServerSubsystem* GetSub()
21{
22 return GEditor ? GEditor->GetEditorSubsystem<UURLabBridgeServerSubsystem>() : nullptr;
23}
24} // namespace
25
26void SURLabBridgeServerToggle::Construct(const FArguments& InArgs)

Callers 2

OnPollMethod · 0.85
OnButtonClickedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected