| 203 | /** @brief Returns the MuJoCo ID of this component. Returns -1 if not bound. */ |
| 204 | UFUNCTION(BlueprintCallable, Category = "MuJoCo|Base") |
| 205 | int GetMjID() const { return m_ID; } |
| 206 | |
| 207 | /** @brief Diagnostic-only accessor for the spec element pointer. Used by binding-path probes. */ |
| 208 | mjsElement* GetSpecElementForDiagnostics() const { return m_SpecElement; } |
nothing calls this directly
no outgoing calls
no test coverage detected