| 84 | /** @brief Gets the type of the property this row represents. */ |
| 85 | UFUNCTION(BlueprintPure, Category = "MuJoCo|UI") |
| 86 | EMjPropertyType GetPropertyType() const { return PropertyType; } |
| 87 | |
| 88 | /** @brief Sets whether this row is an interactive control (actuator). */ |
| 89 | UFUNCTION(BlueprintCallable, Category = "MuJoCo|UI") |
nothing calls this directly
no outgoing calls
no test coverage detected