You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user