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 FInputClampConstants
Remarks
Input modifier with clamping and interpolation.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bClampResult | ||
| bool | bInterpResult | ||
| float | ClampMax | ||
| float | ClampMin | ||
| float | InterpSpeedDecreasing | ||
| float | InterpSpeedIncreasing |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FText | GetFriendlyName
(
FText InFriendlyName |
Get a friendly name to display on a pin. |