Navigation
API > API/Plugins > API/Plugins/GameplayCameras
Infinite impulse response filter interpolator.
| Name | UIIRValueInterpolator |
| Type | class |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/ValueInterpolators/IIRValueInterpolator.h |
| Include Path | #include "ValueInterpolators/IIRValueInterpolator.h" |
Syntax
UCLASS (Meta=(DisplayName="IIR"))
class UIIRValueInterpolator : public UCameraValueInterpolator
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UCameraValueInterpolator → UIIRValueInterpolator
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bUseFixedStep | bool | Whether to use fixed-step evaluation. | ValueInterpolators/IIRValueInterpolator.h |
|
| Speed | float | The speed of interpolation. | ValueInterpolators/IIRValueInterpolator.h |
|