Description

Reproduced 3/3 times. Issue also occurs in //UE5/Release-5.0 - CL 20979098 Binary. Confirmed NOT a Regression.

Steps to Reproduce
  1. Create new Level
  2. Open Level Blueprint
  3. Right-click event graph to add Wrap (Integer) node
  4. Set Value to -1, Min to 0, and Max to 2
  5. Right-click event graph to add BeginPlay node & Print String node
  6. Wire these nodes together, and wire Return Value to In String
  7. Compile & PIE

Actual Result: 1 is printed

Expected Result: 2 is printed (as Wrap is supposed to be inclusive)

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-170883 in the post.

0
Login to Vote

Won't Fix
ComponentUE - Gameplay - Blueprint
Affects Versions5.1
CreatedNov 23, 2022
ResolvedDec 21, 2023
UpdatedDec 21, 2023
Pull Requests
10048 - BattyBovine