| 80 | /** @brief Gets the name of the property this row represents. */ |
| 81 | UFUNCTION(BlueprintPure, Category = "MuJoCo|UI") |
| 82 | FString GetPropertyName() const { return PropertyName; } |
| 83 | |
| 84 | /** @brief Gets the type of the property this row represents. */ |
| 85 | UFUNCTION(BlueprintPure, Category = "MuJoCo|UI") |
nothing calls this directly
no outgoing calls
no test coverage detected