BakkesMod Programming Wiki
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

BaseCameraWrapper : ActorWrapper

View Implementation

float 
GetDefaultFOV()



void 
SetDefaultFOV(float newDefaultFOV)


Parameter Type Description
newDefaultFOV float

unsigned long 
GetbLockedFOV()



void 
SetbLockedFOV(unsigned long newbLockedFOV)


Parameter Type Description
newbLockedFOV unsigned long

unsigned long 
GetbConstrainAspectRatio()



void 
SetbConstrainAspectRatio(unsigned long newbConstrainAspectRatio)


Parameter Type Description
newbConstrainAspectRatio unsigned long

unsigned long 
GetbEnableFading()



void 
SetbEnableFading(unsigned long newbEnableFading)


Parameter Type Description
newbEnableFading unsigned long

unsigned long 
GetbFadeAudio()



void 
SetbFadeAudio(unsigned long newbFadeAudio)


Parameter Type Description
newbFadeAudio unsigned long

unsigned long 
GetbForceDisableTemporalAA()



void 
SetbForceDisableTemporalAA(unsigned long newbForceDisableTemporalAA)


Parameter Type Description
newbForceDisableTemporalAA unsigned long

unsigned long 
GetbEnableColorScaling()



void 
SetbEnableColorScaling(unsigned long newbEnableColorScaling)


Parameter Type Description
newbEnableColorScaling unsigned long

unsigned long 
GetbEnableColorScaleInterp()



void 
SetbEnableColorScaleInterp(unsigned long newbEnableColorScaleInterp)


Parameter Type Description
newbEnableColorScaleInterp unsigned long

unsigned long 
GetbUseClientSideCameraUpdates()



void 
SetbUseClientSideCameraUpdates(unsigned long newbUseClientSideCameraUpdates)


Parameter Type Description
newbUseClientSideCameraUpdates unsigned long

unsigned long 
GetbDebugClientSideCamera()



void 
SetbDebugClientSideCamera(unsigned long newbDebugClientSideCamera)


Parameter Type Description
newbDebugClientSideCamera unsigned long

unsigned long 
GetbShouldSendClientSideCameraUpdate()



void 
SetbShouldSendClientSideCameraUpdate(unsigned long newbShouldSendClientSideCameraUpdate)


Parameter Type Description
newbShouldSendClientSideCameraUpdate unsigned long

float 
GetLockedFOV()



void 
SetLockedFOV(float newLockedFOV)


Parameter Type Description
newLockedFOV float

float 
GetConstrainedAspectRatio()



void 
SetConstrainedAspectRatio(float newConstrainedAspectRatio)


Parameter Type Description
newConstrainedAspectRatio float

float 
GetDefaultAspectRatio()



void 
SetDefaultAspectRatio(float newDefaultAspectRatio)


Parameter Type Description
newDefaultAspectRatio float

float 
GetOffAxisYawAngle()



void 
SetOffAxisYawAngle(float newOffAxisYawAngle)


Parameter Type Description
newOffAxisYawAngle float

float 
GetOffAxisPitchAngle()



void 
SetOffAxisPitchAngle(float newOffAxisPitchAngle)


Parameter Type Description
newOffAxisPitchAngle float

UnrealColor 
GetFadeColor()



void 
SetFadeColor(UnrealColor newFadeColor)


Parameter Type Description
newFadeColor UnrealColor

float 
GetFadeAmount()



void 
SetFadeAmount(float newFadeAmount)


Parameter Type Description
newFadeAmount float

float 
GetCamOverridePostProcessAlpha()



void 
SetCamOverridePostProcessAlpha(float newCamOverridePostProcessAlpha)


Parameter Type Description
newCamOverridePostProcessAlpha float

Vector 
GetColorScale()



void 
SetColorScale(Vector newColorScale)


Parameter Type Description
newColorScale Vector

Vector 
GetDesiredColorScale()



void 
SetDesiredColorScale(Vector newDesiredColorScale)


Parameter Type Description
newDesiredColorScale Vector

Vector 
GetOriginalColorScale()



void 
SetOriginalColorScale(Vector newOriginalColorScale)


Parameter Type Description
newOriginalColorScale Vector

float 
GetColorScaleInterpDuration()



void 
SetColorScaleInterpDuration(float newColorScaleInterpDuration)


Parameter Type Description
newColorScaleInterpDuration float

float 
GetColorScaleInterpStartTime()



void 
SetColorScaleInterpStartTime(float newColorScaleInterpStartTime)


Parameter Type Description
newColorScaleInterpStartTime float

ViewTarget 
GetViewTarget()



void 
SetViewTarget(ViewTarget newViewTarget)


Parameter Type Description
newViewTarget ViewTarget

ViewTarget 
GetPendingViewTarget()



void 
SetPendingViewTarget(ViewTarget newPendingViewTarget)


Parameter Type Description
newPendingViewTarget ViewTarget

float 
GetBlendTimeToGo()



void 
SetBlendTimeToGo(float newBlendTimeToGo)


Parameter Type Description
newBlendTimeToGo float

float 
GetFreeCamDistance()



void 
SetFreeCamDistance(float newFreeCamDistance)


Parameter Type Description
newFreeCamDistance float

Vector 
GetFreeCamOffset()



void 
SetFreeCamOffset(Vector newFreeCamOffset)


Parameter Type Description
newFreeCamOffset Vector

float 
GetFadeTime()



void 
SetFadeTime(float newFadeTime)


Parameter Type Description
newFadeTime float

float 
GetFadeTimeRemaining()



void 
SetFadeTimeRemaining(float newFadeTimeRemaining)


Parameter Type Description
newFadeTimeRemaining float

void 
StopAllCameraAnims(unsigned long bImmediate)


Parameter Type Description
bImmediate unsigned long

void 
ClearAllCameraShakes()



float 
CalcRadialShakeScale(BaseCameraWrapper Cam, Vector &Epicenter, float InnerRadius, float OuterRadius, float Falloff)


Parameter Type Description
Cam BaseCameraWrapper
Epicenter Vector
InnerRadius float
OuterRadius float
Falloff float

void 
ClearCameraLensEffects()



void 
ApplyAudioFade()



void 
UpdateFade(float DeltaTime)


Parameter Type Description
DeltaTime float

void 
DoUpdateCamera(float DeltaTime)


Parameter Type Description
DeltaTime float

void 
eventUpdateCamera(float DeltaTime)


Parameter Type Description
DeltaTime float

void 
SetDesiredColorScale2(Vector &NewColorScale, float InterpTime)


Parameter Type Description
NewColorScale Vector
InterpTime float

Rotator 
GetCameraRotation()



void 
SetFOV(float NewFOV)


Parameter Type Description
NewFOV float

float 
GetFOVAngle()



void 
eventDestroyed()



void 
PostBeginPlay()