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

Parameter inside folder under multiparm doesn't get correct index when the folder is inserted #160

Open
teddy8193 opened this issue Aug 4, 2021 · 0 comments

Comments

@teddy8193
Copy link

teddy8193 commented Aug 4, 2021

When the parameter structure is like this, the parameter inside the folder doesn't get correct index when it's inserted.

Multiparm Block(List)
+-Label (This label parameter is here to enable "+-" insert button.)
    Folder
        Parameter (Index on this parameter is bugged)

For example, there is a HDA like this

folder_multiparm (Multiparm Block)
+-testLable_1 (Label parm)
    testFolder (Folder)
        testParameterA_1
    testParameterB_1

In the example above, testParameterA_1 is inside the testFolder, and testParameterB_1 is directly placed under the folder_multiparm.
The reason why the folder doesn't have index is because I can't see it in UE4.

When I insert by clicking the "+-" button, it becomes like this.
folder_multiparm (Multiparm Block)
+-testLable_1 (Label parm)
     testFolder (Folder)
        testParameterA_1
    testParameterB_1
+-testLable_2 (Label parm)
    testFolder (Folder)
        testParameterA_1        <--Bugged!!
    testParameterB_2

The testLable and testParameterB gets updated index, but the testParameterA doesn't.

Thanks,

@teddy8193 teddy8193 changed the title Parameters inside folders under multiparm don't get correct index when the folder is inserted Parameter inside folder under multiparm doesn't get correct index when the folder is inserted Aug 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant