반응형

Lerp (linearInterpolate)

A 와 B 두개에 노드를 연결 하는데 alpha 가 0 이면 A 색상을 alpha 가 1 이면 B색상을 보간하여 리턴한다, alpha 에 alpha 이미지를 연결 할수도 있음







https://docs.unrealengine.com/latest/INT/BlueprintAPI/Math/Float/Lerp/index.html

Lerp

Linearly interpolates between A and B based on Alpha (100% of A when Alpha=0 and 100% of B when Alpha=1)

Target is Kismet Math Library

Lerp
A
0.0
B
0.0
Alpha
0.0
Return Value

Inputs

A
Float
B
Float
Alpha
Float

Outputs

Return Value
Float


반응형

+ Recent posts