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

Method BeginDestroy

Source/URLab/Private/Bridge/BridgeServer.cpp:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13UURLabBridgeServer::UURLabBridgeServer() = default;
14
15void UURLabBridgeServer::BeginDestroy()
16{
17 Stop();
18 Super::BeginDestroy();
19}
20
21void UURLabBridgeServer::Start(const FString& StepEndpoint)
22{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected