ue-physics-collision

Configure Unreal Engine 5 collision detection and tracing with Chaos physics.

3|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/Noureddine-Hci/RevenantOps --skill ue-physics-collision-noureddine-hci
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ue-physics-collision
Source: https://github.com/Noureddine-Hci/RevenantOps/tree/main/.agents/skills/ue-physics-collision
Command: npx skills add https://github.com/Noureddine-Hci/RevenantOps --skill ue-physics-collision-noureddine-hci

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Enable and optimize collision detection, trace queries, and physics interactions within Unreal Engine 5 using the Chaos backend to ensure accurate gameplay interactions and reliable physics behavior across platforms.

Core Features & Use Cases

  • Collision channels & profiles: configure object types and trace channels for precise collision responses and efficient queries.
  • Trace queries: implement line, sweep, and overlap traces for hits, sensing, and AoE mechanics with flexible parameters.
  • Collision events: handle OnComponentHit, OnBeginOverlap, and OnEndOverlap to drive gameplay logic and physics reactions.
  • Physics bodies & materials: manage rigid bodies, forces, impulses, damping, and material properties to achieve realistic motion and friction.
  • Chaos physics integration: leverage Chaos (UE5) features, substepping, and async physics considerations for high-fidelity simulations.
  • Cloth & field systems: apply cloth simulation and field-based forces to destruction and environmental effects.
  • Common pitfalls & optimization: guidance on debugging collisions, tracing performance, and ensuring correct event signaling.

Quick Start

Open a UE5 project, enable Chaos physics, configure a basic collision profile, and run a simple LineTrace to verify collisions.

Frequently Asked Questions about ue-physics-collision

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure collision channels and Profiles in Unreal Engine 5?

Configure collision channels and profiles in Unreal Engine 5 by defining object types and trace channels within your project settings, allowing precise control over collision responses and efficient trace queries across gameplay systems.

How do I implement line, sweep, and overlap traces in Unreal Engine?

Implement line, sweep, and overlap traces in Unreal Engine by using trace query functions with flexible parameters to detect hits, manage sensing mechanics, and execute AoE interactions within the Chaos physics backend.

Do I need Chaos physics enabled to use collision detection in UE5?

Chaos physics is required by default to use advanced collision detection in UE5, necessitating integration with Engine and PhysicsCore modules along with proper build settings to ensure reliable physical behavior across platforms.

How do I handle OnComponentHit and OnBeginOverlap events for gameplay logic?

Handle OnComponentHit and OnBeginOverlap events in Unreal Engine by binding functions to these collision event delegates, driving gameplay logic and physics reactions like forces and impulses when objects interact.

What is the best way to optimize trace query performance in Unreal Engine?

Optimize trace query performance in Unreal Engine by configuring efficient collision profiles, debugging collision responses, and ensuring correct event signaling to prevent unnecessary calculations during physical interactions.

How does Chaos physics substepping work for high-fidelity simulations?

Chaos physics substepping works by breaking down simulation calculations into smaller time steps within UE5, enabling high-fidelity interactions and accurate motion when managing rigid bodies, damping, and complex material properties.