Can't find USizeBox construct/tick functions

Hi everyone,

I’m trying to create my own type of SizeBox and for that I created a class that inherits from USizeBox. My class needs to do some calculations at the construct and the update/tick but I can’t find any function containing “construct”, “update” or “tick” in USizeBox and it’s parents. Would you know how I can achieve that?

Thanks.