Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/URLab-Sim/UnrealRoboticsLab
/ Bind
Method
Bind
Source/URLab/Private/MuJoCo/Components/MjComponent.cpp:73–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
void UMjComponent::Bind(mjModel* model, mjData* data, const FString& Prefix)
74
{
75
m_Model = model;
76
m_Data = data;
77
m_ID = -1;
78
}
79
80
bool UMjComponent::IsBound() const
81
{
Callers
1
PostSetup
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected