Navigation
API > API/Runtime > API/Runtime/Engine
| Name | EPhysicsQueryKind |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/Physics/PhysicsQueryHandler.h |
| Include Path | #include "Physics/PhysicsQueryHandler.h" |
Syntax
enum EPhysicsQueryKind
{
Test = 0,
Single,
Multi,
}
Values
| Name | Remarks |
|---|---|
| Test | A physics query that is only a test (no results are returned). |
| Single | A physics query that only returns the first hit. |
| Multi | A physics query that returns all hits up to a blocking hit. |