| 79 | /** @brief Returns the bound camera (for streaming teardown from the owning widget). */ |
| 80 | UFUNCTION(BlueprintCallable, Category = "MuJoCo|UI") |
| 81 | UMjCamera* GetBoundCamera() const { return BoundCamera; } |
| 82 | |
| 83 | protected: |
| 84 | /** @brief Camera name label. Must exist in the UMG Blueprint. */ |
nothing calls this directly
no outgoing calls
no test coverage detected