Changes
Page history
Update Examples
authored
Aug 11, 2023
by
Jonathan Ehret
Show whitespace changes
Inline
Side-by-side
Randomization/Examples.md
View page @
c41dfffa
...
@@ -1247,8 +1247,8 @@ TArray<USFCondition*> AStudySetup::ConditionSortingCallback(const TArray<USFCond
...
@@ -1247,8 +1247,8 @@ TArray<USFCondition*> AStudySetup::ConditionSortingCallback(const TArray<USFCond
//put everything back together
//put everything back together
TArray
<
USFCondition
*>
ReorderedConditions
=
ConditionsBefore
;
TArray
<
USFCondition
*>
ReorderedConditions
=
ConditionsBefore
;
ReorderedConditions
.
Append
(
ShuffledConditions
)
ReorderedConditions
.
Append
(
ShuffledConditions
)
;
ReorderedConditions
.
Append
(
ConditionsAfter
)
ReorderedConditions
.
Append
(
ConditionsAfter
)
;
return
ReorderedConditions
;
return
ReorderedConditions
;
}
}
...
...
...
...