Prefer follow-up continuation from coach memory
This commit is contained in:
parent
a9cc0e8b5e
commit
c99e87ff9b
1 changed files with 9 additions and 1 deletions
|
|
@ -2184,7 +2184,15 @@ void UHyperTwistTrainingSubsystem::RefreshRepositoryViews()
|
|||
ActiveRecognitionReplaySummary
|
||||
);
|
||||
ActiveCoachFollowUpBrief = ActiveCoachActionPlanOutcomeSummary.IsStructurallyValid()
|
||||
&& ActiveCoachActionClosureSummary.bShouldSpawnFollowUp
|
||||
&& (
|
||||
ActiveCoachActionClosureSummary.bShouldSpawnFollowUp
|
||||
|| (
|
||||
ActiveCoachMemorySnapshot.PreferredGuidanceLane == EHyperTwistTrainingCoachGuidanceLane::FollowUp
|
||||
&& ActiveCoachActionPlanOutcomeSummary.bNeedsFollowUpPlan
|
||||
&& !ActiveCoachActionSequenceSummary.bHasOpenPlan
|
||||
&& !ActiveCoachActionClosureSummary.bNeedsEscalation
|
||||
)
|
||||
)
|
||||
? UHyperTwistTrainingCoachLibrary::DeriveCoachFollowUpBrief(
|
||||
ActiveCoachBrief,
|
||||
ActiveCoachActionPlan,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue