I think adding default values to the arguments makes them optional, and since all their arguments are optional, they all look the same. If you did FMyStruct() without any values input, it wouldn’t know which constructor to use.
I think adding default values to the arguments makes them optional, and since all their arguments are optional, they all look the same. If you did FMyStruct() without any values input, it wouldn’t know which constructor to use.