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

Method IsSite

Source/URLabEditor/Private/SMjArticulationOutliner.cpp:495–498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

493 return Comp && Comp->IsA<UMjDefault>();
494}
495bool SMjArticulationOutliner::IsSite(UObject* Comp)
496{
497 return Comp && Comp->IsA<UMjSite>();
498}
499
500FText SMjArticulationOutliner::GetSummaryText() const
501{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected