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

Function RegisterOp

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

Source from the content-addressed store, hash-verified

31namespace URLabOpRegistry
32{
33void RegisterOp(FOpDecl Decl)
34{
35 const FString Name = Decl.Name;
36 FRWScopeLock Lock(MapLock(), SLT_Write);
37 Map().Add(Name, MoveTemp(Decl));
38}
39
40void RegisterHandler(const FString& OpName, FHandler Fn)
41{

Callers 2

RegEditorFunction · 0.85
RegisterDispatcherOpsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected