I’m new to c++, don’t know how to cast properly, so I’ve tried these options:
(float)(1)
static_cast< float >(1)
1.0f
Neither fixed the issue with that FMath::CInterpTo
.
I’m new to c++, don’t know how to cast properly, so I’ve tried these options:
(float)(1)
static_cast< float >(1)
1.0f
Neither fixed the issue with that FMath::CInterpTo
.