Gah - a solution with more questions. – EntropicLqd
UE3:DOFBloomMotionBlurEffect (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> PostProcessEffect >> DOFEffect >> DOFAndBloomEffect >> DOFBloomMotionBlurEffect |
- Package:
- Engine
- Direct subclass:
- UberPostProcessEffect
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. |
Properties[edit]
Property group 'DOFBloomMotionBlurEffect'[edit]
CameraRotationThreshold[edit]
Type: float
Threshhold for when to turn off motion blur when the camera rotates swiftly during a single frame (in degrees).
Default value: 90.0
CameraTranslationThreshold[edit]
Type: float
Threshhold for when to turn off motion blur when the camera translates swiftly during a single frame (in world units).
Default value: 10000.0
FullMotionBlur[edit]
Type: bool
Whether everything (static/dynamic objects) should motion blur or not. If disabled, only moving objects may blur.
Default value: True
MaxVelocity[edit]
Type: float
Maximum blur velocity amount. This is a clamp on the amount of blur.
Default value: 1.0
MotionBlurAmount[edit]
Type: float
This is a scale that could be considered as the "sensitivity" of the blur.
Default value: 0.5
Default values[edit]
Property | Value |
---|---|
bShowInEditor | False |