Steps to Reproduce
  1. Launch the editor.
  2. Create a new Blueprint class.
  3. Add a new function (MyFunction).
  4. Add a new input to the function of type 'Integer' (MyInput).
  5. Compile.
  6. Right-click in the 'MyFunction' graph and choose 'Get My Input' to add an input accessor node to the graph.
  7. Rename the input to something else. Note that the accessor does not change name.
  8. Compile.

Note that the accessor is now in an invalid state unable to find the property related to it.

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-46739 in the post.

14
Login to Vote

Won't Fix
CreatedJun 30, 2017
ResolvedAug 18, 2021
UpdatedAug 18, 2021
Pull Requests
5199 - KristofMorva