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

Method IsBound

Source/URLab/Private/MuJoCo/Components/MjComponent.cpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80bool UMjComponent::IsBound() const
81{
82 return m_Model && m_Data && m_ID >= 0;
83}
84
85FString UMjComponent::GetMjName() const
86{

Callers 9

RunTestMethod · 0.80
RunTestMethod · 0.80
UpdateBodyOverlaysMethod · 0.80
BuildSegPoolMethod · 0.80
ApplyControlsMethod · 0.80
DrawDebugCollisionMethod · 0.80
DrawDebugJointsMethod · 0.80
DrawDebugSitesMethod · 0.80

Calls

no outgoing calls

Tested by 2

RunTestMethod · 0.64
RunTestMethod · 0.64