Not sure about what those inputs parameters are supposed to be used.
I did not find anything about online :\ Any ideas?
Not sure about what those inputs parameters are supposed to be used.
I did not find anything about online :\ Any ideas?
This is a function youve created by yourself or someone else have reason being
its pure
text binding functions in UMG have no inputs
" " only have a text output
take your textblock in UMG designer and remove the binding and then click on bind and select “create new binding”
that should be what you want. But for your picture those inputs would be used when that function is called (pure) and used in some way to do extra logic in that function to give different outputs based on the input paramenters.
Think of it like progrmaming public static someDataType outputVar getText1(input boolean1, input text1, input string1, etc) { do something here return outputvar }
Let me know if this helps
Don’t forget to accept an answer that best clears your question up or answers it so when the community finds your question in the future via search/google they know exactly what you did to fix it/get it going.