Navigation
API > API/Runtime > API/Runtime/Engine
Input modifier with scaling and biasing.
| Name | FInputScaleBias |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/InputScaleBias.h |
| Include Path | #include "Animation/InputScaleBias.h" |
Syntax
USTRUCT (BlueprintType )
struct FInputScaleBias
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FInputScaleBias() |
Animation/InputScaleBias.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Bias | float | Animation/InputScaleBias.h |
|
|
| Scale | float | Animation/InputScaleBias.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
float ApplyTo
(
float Value |
Animation/InputScaleBias.h | ||
| Animation/InputScaleBias.h |