ECAQueryShape::Type

Enum to describe shape of the query

Unreal Engine C++ API Reference > Developer > CollisionAnalyzer

References

   
Module CollisionAnalyzer
Header /Engine/Source/Developer/CollisionAnalyzer/Public/ICollisionAnalyzer.h
Include #include "ICollisionAnalyzer.h"

Syntax

namespace ECAQueryShape  
{  
    enum Type  
    {  
        Sphere,  
        Box,  
        Capsule,  
        Convex,  
    }  
}  

Values

Name Description
Sphere  
Box  
Capsule  
Convex  

Remarks

Enum to describe shape of the query


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library