Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Have a quick way of splitting / unsplitting a vector2/vector3 input/output #35

Open
derkork opened this issue Dec 21, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@derkork
Copy link
Owner

derkork commented Dec 21, 2022

Is your feature request related to a problem? Please describe.
It is very often required to individually set or get parts of a vector2/3. Right now this always requires the insertion of a "Construct VectorX" or "Split VectorX" node. This has a few drawbacks:

  • It requires additional clicks to add and position the node.
  • The node takes away precious screen space.
  • The node clutters the graph and makes it harder to read.

Describe the solution you'd like
Unreal has some very nice solution to this which allows you to split any struct connector (called pins there) into separate connectors by right-clicking it.

image
image

The pins can also be recombined into a single pin (which will erase the connections to the individual connectors).

image

Describe alternatives you've considered
There are currently no alternatives.

@derkork derkork added the enhancement New feature or request label Dec 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant