How to modify camera settings at runtime: #563
-
I want to change camera settings during gameplay, such as adjusting the FOV value for third person view. However, in alsCameraComponent.cpp, the only public class available besides the getters is void SetRightShoulder(bool bNewRightShoulder);. What should I do? |
Beta Was this translation helpful? Give feedback.
Answered by
ameaninglessname
Oct 4, 2024
Replies: 1 comment 1 reply
-
Create a new class, derive and customized it. Or searching alternatives in marketplace. Previous discussion: #417 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tlsduf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create a new class, derive and customized it. Or searching alternatives in marketplace.
Previous discussion: #417