How to set value of variable directly in blueprint node, no link to other variable

Hi!

I know two ways to handle this problem:

  1. Made function params as variables, instead of const references
  2. 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

3 Likes