| 108 | /** @brief Gets the object associated with this row. */ |
| 109 | UFUNCTION(BlueprintPure, Category = "MuJoCo|UI") |
| 110 | UObject* GetAssociatedObject() const { return AssociatedObject.Get(); } |
| 111 | |
| 112 | protected: |
| 113 | UPROPERTY(meta = (BindWidget)) |
nothing calls this directly
no outgoing calls
no test coverage detected