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

Function GetBoundCamera

Source/URLab/Public/UI/MjCameraFeedEntry.h:81–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
83protected:
84 /** @brief Camera name label. Must exist in the UMG Blueprint. */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected