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

Method SetRowEnabled

Source/URLab/Private/UI/MjPropertyRow.cpp:183–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183void UMjPropertyRow::SetRowEnabled(bool bEnabled)
184{
185 if (PropertySlider)
186 {
187 PropertySlider->SetIsEnabled(bEnabled);
188 }
189 if (PropertyToggle)
190 {
191 PropertyToggle->SetIsEnabled(bEnabled);
192 }
193}

Callers 1

UpdateMonitorValuesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected