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

Function UnregisterHandler

Source/URLab/Private/Bridge/OpRegistry.cpp:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void UnregisterHandler(const FString& OpName)
51{
52 FRWScopeLock Lock(MapLock(), SLT_Write);
53 Map().Remove(OpName);
54}
55
56FHandler GetHandler(const FString& OpName)
57{

Callers 3

UnregisterAllFunction · 0.85
RunTestMethod · 0.85

Calls

no outgoing calls

Tested by 1

RunTestMethod · 0.68