UE5.4 Character movement not inheriting velocity when jumping off of moving object

I should clarify: I’m using the character movement component’s velocity before leaving a platform since they still work on ground. Then I just apply it to a vector variable to use as reference, feeding it back into the velocity component when leaving a platform.