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.
20 results for cos
CosUE 5.3, 5.4, 5.5, 5.6, 5.7updated 6mo agoCos (Radians)UE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 6mo agoAppendUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 6mo agoDot_VectorVectorUE 5.3, 5.4, 5.5, 5.6, 5.7updated 6mo agoSinUE 5.3, 5.4, 5.5, 5.6, 5.7updated 6mo agoSin (Radians)UE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 6mo agostring
Cross_VectorVectorUE 5.3, 5.4, 5.5, 5.6, 5.7updated 6mo agoPattern: EventAnyDamage → Subtract_FloatFloat(A=CurrentHealth, B=Damage) → Clamp(Value=Result, Min=0, Max=MaxHealth) → SetVariable(Health=ClampResult) → Branch(Condition=(Health <= 0)) → True: call OnDeath custom event. Variables needed: Health (float), MaxHealth (float). EventAnyDamage output pin is 'Damage' (float). Clamp inputs: 'Value', 'Min', 'Max'. All floats.
UNiagaraFunctionLibrary::SpawnSystemAtLocation. bAutoDestroy=true for fire-and-forget. Use SpawnSystemAttached to attach to a component.
SpawnSystemAtLocationUE 5.3, 5.4, 5.5, 5.6, 5.7updated 6mo ago