Knowledge base
Search Blueprint patterns
Searching…
Knowledge base
Pattern: EventTick → FindLookAtRotation(Start=GetActorLocation, Target=TargetLocation) → RInterpTo(Current=GetActorRotation, Target=LookAt, DeltaTime=DeltaSeconds, InterpSpeed=5.0) → SetActorRotation(NewRotation=InterpResult). Key pins: FindLookAtRotation inputs are 'Start' and 'Target' (both Vectors). RInterpTo inputs: 'Current' (Rotator), 'Target' (Rotator), 'DeltaTime' (float), 'InterpSpeed' (float). SetActorRotation input: 'NewRotation' (Rotator).