Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAlphaBlend
Description
Sets the range of values to map to the interpolation
This can be (0, 1) if you'd like to increase, or it can be (1, 0) if you'd like to get to 0
| Name | SetValueRange |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/AlphaBlend.h |
| Include Path | #include "AlphaBlend.h" |
| Source | /Engine/Source/Runtime/Engine/Private/AlphaBlend.cpp |
void SetValueRange
(
float Begin,
float Desired
)
Parameters
| Name | Remarks |
|---|---|
| Begin | : this is start value |
| Desired | : this is target value |