Patch MuJoCo plugin #50

Merged
evanvyktori merged 6 commits from ft-pre-post-substep-delegates into main 2025-04-30 14:22:04 +00:00
Showing only changes of commit 6e35f6bcff - Show all commits

View File

@ -307,7 +307,7 @@ struct LUCKYMUJOCO_API FMujocoOptions
{
GENERATED_BODY()
/** Override TimeStep setting. When enabled, the default value (0.002) is applied. */
/** Override TimeStep setting. When enabled, the default value (0.001) is applied. */
UPROPERTY(config, EditAnywhere, BlueprintReadWrite, Category = "Mujoco", meta = (InlineEditConditionToggle))
bool bOverrideTimeStep = false;