C++ AnimMontage Segments

Hello Community,

I couldn’t help but notice… there is a getter for the one thing I need to edit. (AnimMontage sequence segments start and end time) But unfortunately there isn’t a set method. So maybe this is more of a suggestion but could a set method for this ever be included by you guys at epic? Or maybe i’m missing something. Anyways, thanks in advance.

I would just edit it in the editor itself but it doesn’t want to save despite it telling me that it is infact saving. So I would rather just edit it via C++ and be done with it.

UAnimMontageVariable->SetSequenceLength(5.0);

Well, this changes the sequence length… unfortunately it doesn’t actually lengthen the animation in the montage itself which is the goal.