Changes
Page history
Update Examples
authored
Jan 07, 2023
by
Jonathan Ehret
Show whitespace changes
Inline
Side-by-side
Randomization/Examples.md
View page @
0d099acb
...
@@ -1164,7 +1164,7 @@ We use a similar setup as above:
...
@@ -1164,7 +1164,7 @@ We use a similar setup as above:
Additionally we implement the callback function
Additionally we implement the callback function
```
c++
```
c++
TArray
<
USFCondition
*>
AStudySetup
::
ConditionSortingCallback
(
const
TArray
<
USFCondition
*>&
Conditions
)
TArray
<
USFCondition
*>
AStudySetup
::
ConditionSortingCallback
(
const
TArray
<
USFCondition
*>&
Conditions
)
const
{
{
TArray
<
USFCondition
*>
ReorderedConditions
;
TArray
<
USFCondition
*>
ReorderedConditions
;
for
(
USFCondition
*
Condition
:
Conditions
)
for
(
USFCondition
*
Condition
:
Conditions
)
...
...
...
...