Hello, I’m currently learning C++ and Unreal Engine, often using AI assistants, but I’ve encountered a problem I can’t solve myself. When I call the CStopCrouch() function, the camera (which is attached to the character) doesn’t smoothly transition to the standing height. Instead, it jumps/teleports for exactly 1 frame, returns, and then starts smoothly interpolating using FInterpTo in Tick().