I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE3:GameFixedCamera (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GameCameraBase >> GameFixedCamera |
- Package:
- GameFramework
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
"Fixed" camera mode. Views through a CameraActor in the level.
Properties[edit]
Property group 'GameFixedCamera'[edit]
DefaultFOV[edit]
Type: float
Modifiers: const, protected
FOV to fall back to if we can't get one from somewhere else.
Default value: 80.0
Instance functions[edit]
OnBecomeActive[edit]
function OnBecomeActive (GameCameraBase OldCamera)
Overrides: GameCameraBase.OnBecomeActive
Called when Camera mode becomes active
UpdateCamera[edit]
Overrides: GameCameraBase.UpdateCamera
Expected to fill in OutVT with new camera pos/loc/fov.