| 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") |
nothing calls this directly
no outgoing calls
no test coverage detected