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
USTRUCT (BlueprintType )
struct FInputScaleBiasClamp
Remarks
Input modifier with remapping, scaling, biasing, clamping, and interpolation.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bClampResult | ||
| float | Bias | ||
| bool | bInitialized | ||
| bool | bInterpResult | ||
| bool | bMapRange | ||
| float | ClampMax | ||
| float | ClampMin | ||
| FInputRange | InRange | ||
| float | InterpolatedResult | ||
| float | InterpSpeedDecreasing | ||
| float | InterpSpeedIncreasing | ||
| FInputRange | OutRange | ||
| float | Scale |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | ApplyTo
(
float Value, |
||
| FText | GetFriendlyName
(
FText InFriendlyName |
||
| void | Reinitialize () |