FAlphaBlend::SetValueRange

Sets the range of values to map to the interpolation

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/AlphaBlend.h

Include

#include "AlphaBlend.h"

Source

/Engine/Source/Runtime/Engine/Private/AlphaBlend.cpp

Syntax

void SetValueRange
(
    float Begin,
    float Desired
)

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

Parameter

Description

Begin

: this is start value

Desired

: this is target value

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss