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

Method IsGeom

Source/URLabEditor/Private/SMjArticulationOutliner.cpp:475–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

473 return Comp && Comp->IsA<UMjBody>();
474}
475bool SMjArticulationOutliner::IsGeom(UObject* Comp)
476{
477 return Comp && Comp->IsA<UMjGeom>();
478}
479bool SMjArticulationOutliner::IsJoint(UObject* Comp)
480{
481 return Comp && Comp->IsA<UMjJoint>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected