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

Function GetAssociatedObject

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected