I need to send a number to a node, just like 362 or something, like literally a hand typed number not from a variable or any other node, just typed, by hand.
This seems so simple but I can find no way to do this!
How do I do this?
I need to send a number to a node, just like 362 or something, like literally a hand typed number not from a variable or any other node, just typed, by hand.
This seems so simple but I can find no way to do this!
How do I do this?
If the node accepts a number like a float or int it will have a box where you can type in the value you want on the node itself.
There’s no need to connect anything to the pin if you do it this way.
I still want it to be a node so my code looks cleaner…if you can make vectors there must be a way to do this…
Edit: FOUND IT! It’s literally called “Make Literal int” lol
You can have literals of other types, including floats, if you need them.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.