ForLoop is not available, how can I fix it

Hi

I got a problem
I am trying to use forloop on a UI widget @ blueprint.
but it seem not available.

how can I fix it. thank you

image

1 Like

I can see from your screenshot that you are looking for it dragging from another node, I can confirm that the for loop node is present in the User Widget class (and it’s very common), try to uncheck “context sensitive” in the top right corner.

Remember that it doesn’t appear if you’re not dragging from an output exec pin or from an integer value!

Right Clicking in the void:

Dragging from output pin:

Dragging from int:

Dragging from unsupported variable type, with “Context sensitive” disabled:

Please mark this as solution if I solved your problem, have a nice day!

1 Like

Thank you , but it doesn’t works

  • right click to call the menu

1 Like

Should I install or set something to get a this GENERAL BLOCK?
Why UE blocks/Hide so many blocks on blueprint?

I can see it at an actor blueprint class

1 Like

I saw a lot of video that they can call forloop at widget blueprint, what blocked me?

Thank you @Ares9323
your solution helpped a lot.

  1. uncheck the “content sensitive”
  2. right click on a void place and search “forloop”
2 Likes

oh , i met this problem before :face_with_open_eyes_and_hand_over_mouth:

LOOKS LIKE THIS :

  1. CLICK CLASS SETTING

  1. CHANGE PARENT CLASS TO ANIMATION SAMPLE UI

image

  1. CHANGE IT BACK TO USERWIDGET OR LEAVE IT.

UE5 HAS SOME BUGS NOW , WAITING FOR FIX… …