Thank you very much!... Is there a way to add "pinch to zoom" option for mobiles? can I get any BP guide?
and when I'm clicking the object to focus, there is an error message "PIE:Error: Error Blueprint Runtime Error: Accessed None trying to read property FocusedItem from function: 'ExecuteUbergraph_Cam' from node: SetActorLocation in graph: EventGraph in object: Cam with description: Accessed None trying to read property FocusedItem".
What about an array ob objects..
You do it like this: https://yadi.sk/i/EBLlD7LX3L2cqT
So set an array to be editable from viewport and select actors you want to exclude
Thanks a lot mister for this very perfect camera. I have two interogations about it.
- the origin of the orbiter change when i double-click (I use widget and my button are controlled by double click). Do you know how to "fix" it (the problem and the origin...) ?
Hi Sorry another Blueprint Noob here.
Where do I set the distance of the camera to the target? Do I do that in BP of the stategycamera? if so where. Thanks for this! and thanks in advance. I would like to do a product exploded view animation. ThankS Rich
Hi everyone! First of all thanks a lot for the camera asset, It is awesome! But... I have an issue can't solve...
I have two levels, one is just the menu and the other is my scene with the OrbitCamera. The thing is when I am in the OrbiCamera edit level and I press play, everything works ok but, when I open the menú and press the button for going to the Orbit camera level... The controllers don't work! I have realized When I set the auto Possess player in Player 0 you can see from the camera but controllers don't work but if you set the Possess player in Player disabled you don't see from the camera but controllers work....
Can anyone please help me I have no idea what is going on!!
Hi,
I´m wondering how to add limits to camera movement. Tried to add clamp -node to "camera limits" -section in the blueprint of the camera, but no luck. Got that working with the zoom, but not with axises. Anyone can help with this. I´m basically trying to make a cam that can move only in certain limits (around product). Also can´t get the zoom-clicked mesh to work properly, always zooms to same place (origin of the scene).
'ExecuteUbergraph_Cam' from node: SetActorLocation in graph: EventGraph in object: Cam with description: Accessed None trying to read property FocusedItem".
Change 'focus to the object" to look like below. You need to check for a hit before running the function
Comment