Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/InputScaleBias.h |
| Include | #include "Animation/InputScaleBias.h" |
Syntax
struct FInputScaleBiasClampState
Remarks
Mutable state struct to be used with FInputScaleBiasClampConstants.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bInitialized | Whether this state is initialized. | |
| float | InterpolatedResult | The interpolated result. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | ApplyTo
(
const FInputScaleBiasClampConstants& InConstants, |
Apply but dont modify InterpolatedResult. | |
| float | ApplyTo
(
const FInputScaleBiasClampConstants& InConstants, |
Apply scale, bias, and clamp to value. | |
| void | Reinitialize () |