How to set a UFUNCTION parameter's default value to a defined variable?

I will confirm (so stronger language) that what you are asking is not possible. You can only provide function defaults that are known at compile time.

3 Likes