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

Function IsEditorOnlyOp

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

Source from the content-addressed store, hash-verified

86}
87
88bool IsEditorOnlyOp(const FString& OpName)
89{
90 FRWScopeLock Lock(MapLock(), SLT_ReadOnly);
91 const FOpDecl* D = Map().Find(OpName);
92 return D && D->Category == EOpCategory::EditorOnly;
93}
94} // namespace URLabOpRegistry

Callers 3

RunTestMethod · 0.85
ProcessRequestBytesMethod · 0.85
DispatchInternalMethod · 0.85

Calls

no outgoing calls

Tested by 1

RunTestMethod · 0.68