Hi!
I know two ways to handle this problem:
- Made function params as variables, instead of const references
- Add
AutoCreateRefTerm
specifier to the UFUNCTION
BenUI has excelent documentation about various UE speicifiers, I know about AutoCreateRefTerm
from there: All UFUNCTION Specifiers · ben🌱ui