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

Function GetPropertyType

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected