ECollisionShape::Type

Types of Collision Shapes that are used by Trace

Choose your operating system:

Windows

macOS

Linux

References

Module

PhysicsCore

Header

/Engine/Source/Runtime/PhysicsCore/Public/CollisionShape.h

Include

#include "CollisionShape.h"

Syntax

namespace ECollisionShape
{
    enum Type
    {
        Line,
        Box,
        Sphere,
        Capsule,
    }
}

Values

Name

Description

Line

Box

Sphere

Capsule

Remarks

Types of Collision Shapes that are used by Trace