I have first person game where we can grab some object and rotate them when holding. How to make rotation, not in world or local, but in player axes? When player move mouse left/right it have to rotate parallel to player Z axis, and up/down parallel to player Y.
Is it possible in Blueprint or do I have use hard math in C++?
Is it possible in Blueprint or do I have use hard math in C++?
Comment