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

Function IsControllable

Source/URLab/Public/UI/MjPropertyRow.h:94–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 /** @brief Returns true if this is an interactive actuator control. */
93 UFUNCTION(BlueprintPure, Category = "MuJoCo|UI")
94 bool IsControllable() const { return bIsControllable; }
95
96 /** @brief Checks if the user is currently dragging the slider. */
97 UFUNCTION(BlueprintPure, Category = "MuJoCo|UI")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected