Knowledge base
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 close
Pattern: Door actor with BoxTrigger, DoorMesh, Timeline(Alpha 0→1 over 1s). BeginOverlap → PlayFromStart(Timeline). EndOverlap → Reverse(Timeline). Timeline Update: Lerp(ClosedRotation, OpenRotation, Alpha) → SetRelativeRotation(DoorMesh). For sliding: Lerp locations instead of rotations.
Macro. Enter only passes through when gate is open.
GateUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoPattern: Pickup actor with SphereCollision(overlap), StaticMesh visual. OnComponentBeginOverlap → CastTo PlayerCharacter → Success: call AddScore/AddItem interface on player → PlaySoundAtLocation → SpawnEmitterAtLocation → DestroyActor(self). Set collision to OverlapOnlyPawn for performance.
Nearly Equal (float)UE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoNOTUE 5.4, 5.7updated 2mo agoLess_FloatFloatUE 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoOnComponentEndOverlapUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoEvent ActorEndOverlapUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoECollisionEnabled values: NoCollision, QueryOnly, PhysicsOnly, QueryAndPhysics.
SetCollisionEnabledUE 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo ago