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

Method IsBody

Source/URLabEditor/Private/SMjArticulationOutliner.cpp:471–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469}
470
471bool SMjArticulationOutliner::IsBody(UObject* Comp)
472{
473 return Comp && Comp->IsA<UMjBody>();
474}
475bool SMjArticulationOutliner::IsGeom(UObject* Comp)
476{
477 return Comp && Comp->IsA<UMjGeom>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected