Files
UnrealEngineUWP/Engine/Source/Runtime/CoreUObject
jared cotton 174ef78ac6 SOL-5744 - "Add support for constrained int/float types"
- Adds VConstrainedInt and VConstrainedFloat
- Updates CIntType to use `struct Constraint : public TOptional<int64_t>` to allow for unbounded ints
    - Did not implement logic supporting use of unbounded ints within the Solaris library... this is just for VM support atm
- Changed VInt to derive from VValue to support using it with TWriteBarrier

#rb russell.johnston, Tim.Smith
[FYI] Won.Chun (for the VerseJsonInterfaceGen.cpp change's for CIntCype)

[CL 33269805 by jared cotton in ue5-main branch]
2024-04-26 13:28:10 -04:00
..
2024-04-19 10:09:10 -04:00