Knowledge base
Search Blueprint patterns
Searching…
Knowledge base
Knowledge base
Free, anonymous browsing of Unreal Engine Blueprint examples, node references, and best practices. The same content the WoalzCraft plugin uses to generate Blueprints.
22 results for linear
Linear interpolation — returns A when Alpha=0, B when Alpha=1, and a smooth blend in between. Pair with Timeline for animation.
UKismetMathLibrary::Lerp. Alpha 0=A, Alpha 1=B.
Lerp (float)UE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoAlpha=0 returns A, Alpha=1 returns B. Does NOT clamp Alpha.
Lerp_FloatUE 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoVLerpUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoSetPhysicsLinearVelocityUE 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoSet Physics Linear VelocityUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agobShortestPath=true for correct interpolation around 360.
RLerpUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoAll values 0.0-1.0. Not 0-255. Pure node.
MakeLinearColorUE 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoLinearColorLerpUE 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoLess_FloatFloatUE 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo ago