ECAQueryType::Type

Enum to describe type 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 ECAQueryType  
{  
    enum Type  
    {  
        Raycast,  
        GeomSweep,  
        GeomOverlap,  
    }  
}  

Values

Name Description
Raycast  
GeomSweep  
GeomOverlap  

Remarks

Enum to describe type of the query


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library