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