How would I make it so that I can return both “PlayerViewPointLocation” and “PlayerViewPointRotation”
basically, like an object, for example in JS it’d be:
{
location: {},
rotation: {}
}
and how would I then use that object in unreal c++?
thanks!