Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAlphaBlend
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/AlphaBlend.h |
| Include | #include "AlphaBlend.h" |
| Source | /Engine/Source/Runtime/Engine/Private/AlphaBlend.cpp |
void SetValueRange
&40;
float Begin,
float Desired
&41;
Remarks
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
Parameters
| Name | Description |
|---|---|
| Begin | : this is start value |
| Desired | : this is target value |