I made a component and attached it to the character, but the TickComponent of the component didn’t work, so I added “RegisterComponent()” and 'RegisterAllComponentTickFunctions(true)" then TickComponent worked.
That was good, but if I put these two in, the game can’t be packed. Is there any way to put these two and package them? Or what should I do without these two to make TickComponent work?