Description

EditCondition appears to edit the property. This is defined in MovieSceneSequencePlayer.h:

/** Start playback at the specified time */
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category="Playback", meta=(Units=s, EditCondition="!bRandomStartTime"))
float StartTime;

When you break out the settings in blueprints, bRandomStartTime appears to be false but is actually true.

Have Comments or More Details?

Head over to the existing Questions & Answers thread and let us know what's up.

13
Login to Vote

Won't Fix
ComponentUE - Gameplay - Blueprint
Affects Versions4.19.24.20
Release Commit4153062
CreatedJul 21, 2017
ResolvedAug 18, 2021
UpdatedAug 18, 2021