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
A Float | ||
B Float | ||
Alpha Float |
Return Value Float |
반응형
'게임엔진(GameEngine) > Unreal4' 카테고리의 다른 글
UE4 에서의 대미지 (0) | 2016.05.12 |
---|---|
언리얼 엔진 C++ 프로그래밍 이해하기 - Part1 (0) | 2016.04.28 |
SetActorHiddenInGame , printstring (0) | 2015.10.28 |
언리얼로 모델 로딩시 노멀벡터 처리 옵션 (0) | 2015.10.27 |
에셋 이주하기(레퍼런스된 에셋들을 포함한 복사) (0) | 2015.10.27 |