nathdev2
(nathdev2)
March 10, 2023, 1:22am
1
Hello,
In unreal engine 4.27, i’m using a pulldown menu.
After some event i clear the menu option with the function ClearOptions.
But when i call the function ClearSelection to remove the selected option it does nothing.
I’m doing something wrong ?
Thanks.
I did the same, and it works:
Perhaps the condition is always true in your branch?
My Products
nathdev2
(nathdev2)
March 10, 2023, 11:54am
3
Hi,
Thanks for your answer but my condition cannot be always true since I called that function with that parameter set to false.
Maybe the fact this is happening inside an On Selection Changed event could be the cause?
The function blueprint :
The function call :
Thanks.
You do it in the loop, so you reset the previous selection every iteration.
nathdev2
(nathdev2)
March 10, 2023, 12:07pm
5
Omg, thank you this is what coding for 10h straight does to you.
1 Like