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

Function GetPropertyName

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

Source from the content-addressed store, hash-verified

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")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected