Sequence Recorder: Remove level sequence actors to trigger from the actor groups. This was mistakenly added in a previous merge. It still exists in the sequence recorder settings.

#rb none
#jira UE-65039

#ROBOMERGE-SOURCE: CL 4450172 in //UE4/Release-4.21/...
#ROBOMERGE-BOT: RELEASE (Release-4.21 -> Release-Staging-4.21)

[CL 4450173 by max chen in Staging-4.21 branch]
This commit is contained in:
max chen
2018-10-11 02:48:33 -04:00
parent 7138ab0feb
commit f6916398b4

View File

@@ -51,10 +51,6 @@ public:
UPROPERTY(EditAnywhere, AdvancedDisplay, Category = "Recording Groups", meta=(EditCondition = "bSpecifyTargetLevelSequence"))
bool bRecordTargetLevelSequenceLength;
/** Sequence actors to trigger playback on when recording starts (e.g. for recording synchronized sequences) */
UPROPERTY(EditAnywhere, Category = "Recording Groups")
TArray<class ALevelSequenceActor*> LevelSequenceActorsToTrigger;
/** A list of actor recordings in this group which contains both the actors to record as well as settings for each one. */
UPROPERTY(VisibleAnywhere, Category = "Recording Groups")
TArray<UActorRecording*> RecordedActors;